diff options
author | araujo <araujo@FreeBSD.org> | 2007-07-17 14:24:21 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-07-17 14:24:21 +0000 |
commit | b575a66cf225fda0323853e1b0f8f16ae565bf88 (patch) | |
tree | 70f58b2e044a6cd3158ac5dfb72a2e370ee8a632 /comms/syncterm | |
parent | a046fb1242e78c3d359b5d6c87be019c6658eb2c (diff) | |
download | FreeBSD-ports-b575a66cf225fda0323853e1b0f8f16ae565bf88.zip FreeBSD-ports-b575a66cf225fda0323853e1b0f8f16ae565bf88.tar.gz |
- Add ICONS and DESKTOP files forgotten in the last commit.
- Add pkg-plist file.
Reported by: Stephen Hurd <shurd@sasktel.net> (maintainer)
Approved by: stas (mentor)
Diffstat (limited to 'comms/syncterm')
-rw-r--r-- | comms/syncterm/Makefile | 8 | ||||
-rw-r--r-- | comms/syncterm/pkg-plist | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 5bb0c55..c83b649 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 0000000..f512c52 --- /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 |