aboutsummaryrefslogtreecommitdiff
path: root/comms/syncterm
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-07-17 14:24:21 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-07-17 14:24:21 +0000
commita1a53f584ee35030b3ec8cb1540f4606f0800293 (patch)
tree9b066ae5bdb5d98faaa25917f1422fc8379dc7fb /comms/syncterm
parent3891059375a610c3bb4b7ad86f2a7b6d3581d2eb (diff)
downloadports-a1a53f584ee35030b3ec8cb1540f4606f0800293.tar.gz
ports-a1a53f584ee35030b3ec8cb1540f4606f0800293.zip
Notes
Diffstat (limited to 'comms/syncterm')
-rw-r--r--comms/syncterm/Makefile8
-rw-r--r--comms/syncterm/pkg-plist8
2 files changed, 13 insertions, 3 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 5bb0c5583e4b..c83b6490a09d 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= syncterm
PORTVERSION= 0.9.${PORTVER}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,8 +28,6 @@ OPTIONS= X11 "Build with X11 support" ON \
SDL "Build with SDL support" ON \
DEBUG "Build a debug version" OFF
-PLIST_FILES= bin/syncterm
-
.include <bsd.port.pre.mk>
MAKE_ARGS+= -C syncterm
@@ -51,6 +49,10 @@ 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>
diff --git a/comms/syncterm/pkg-plist b/comms/syncterm/pkg-plist
new file mode 100644
index 000000000000..f512c52a3cf6
--- /dev/null
+++ b/comms/syncterm/pkg-plist
@@ -0,0 +1,8 @@
+bin/syncterm
+share/icons/hicolor/64x64/apps/syncterm.png
+share/applications/syncterm.desktop
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/applications