summaryrefslogtreecommitdiff
path: root/comms/syncterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/syncterm/Makefile')
-rw-r--r--comms/syncterm/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index c83b6490a09d..f826013b4c29 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -7,7 +7,6 @@
PORTNAME= syncterm
PORTVERSION= 0.9.${PORTVER}
-PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,11 +21,13 @@ LIB_DEPENDS= cl:${PORTSDIR}/security/cryptlib
WRKSRC= ${WRKDIR}/syncterm-${PORTVER}
USE_GMAKE= yes
MAKEFILE= GNUmakefile
-PORTVER= 20070704
+PORTVER= 20070722
+MAN1= syncterm.1
+MANCOMPRESSED= yes
-OPTIONS= X11 "Build with X11 support" ON \
- SDL "Build with SDL support" ON \
- DEBUG "Build a debug version" OFF
+OPTIONS= X11 "Build with X11 support" on \
+ SDL "Build with SDL support" on \
+ DEBUG "Build a debug version" off
.include <bsd.port.pre.mk>
@@ -48,11 +49,4 @@ MAKE_ARGS+= DEBUG=1
MAKE_ARGS+= RELEASE=1
.endif
-do-install:
- ${MKDIR} ${DESKTOPDIR}/
- ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps/
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/syncterm.png ${PREFIX}/share/icons/hicolor/64x64/apps/
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/syncterm.desktop ${DESKTOPDIR}/
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/gcc.freebsd.exe.release/syncterm ${PREFIX}/bin/
-
.include <bsd.port.post.mk>