aboutsummaryrefslogtreecommitdiff
path: root/x11/ggiterm/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-19 19:48:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-19 19:48:05 +0000
commit618ef898cc04c52ed9bd605d65632d5cd0dd9694 (patch)
tree3ef6c43bb34c3c16ad37c0cb7760d142b944a543 /x11/ggiterm/Makefile
parent94af75f8821407510d2387f0fa82831f35cd5f49 (diff)
downloadports-618ef898cc04c52ed9bd605d65632d5cd0dd9694.tar.gz
ports-618ef898cc04c52ed9bd605d65632d5cd0dd9694.zip
Notes
Diffstat (limited to 'x11/ggiterm/Makefile')
-rw-r--r--x11/ggiterm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index 93cd2d88dfe2..8d92d53cf58d 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ggiterm
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ggiterm
@@ -17,13 +18,12 @@ COMMENT= A terminal emulator for GGI
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
-USE_GMAKE= yes
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+SUB_FILES= pkg-message
OPTIONS= FREETYPE "Build with Freetype support" on
@@ -40,10 +40,12 @@ CONFIGURE_ARGS+=--without-freetype
MAN1= ggiterm.1
post-install:
+ @${INSTALL_DATA} ${WRKSRC}/ggiterm.termcap ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>