Index: head/x11/ggiterm/Makefile =================================================================== --- head/x11/ggiterm/Makefile (revision 288141) +++ head/x11/ggiterm/Makefile (revision 288142) @@ -1,57 +1,57 @@ # New ports collection makefile for: ggiterm # Date created: 20 October 2003 # Whom: andi_payn@speedymail.com # # $FreeBSD$ # PORTNAME= ggiterm PORTVERSION= 0.7.1 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF -MAINTAINER= antoine.brodin@laposte.net +MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for GGI LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE} CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message OPTIONS= FREETYPE "Build with Freetype support" on PORTDOCS= AUTHORS README .include .if ${OSVERSION} > 900007 BROKEN= fails to build with new utmpx .endif .if !defined(WITHOUT_FREETYPE) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 USE_ICONV= yes CONFIGURE_ARGS+=--with-ft-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--without-freetype .endif MAN1= ggiterm.1 post-install: @${INSTALL_DATA} ${WRKSRC}/ggiterm.termcap ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/ggiterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property