mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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)
This commit is contained in:
parent
3891059375
commit
a1a53f584e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195805
@ -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>
|
||||
|
8
comms/syncterm/pkg-plist
Normal file
8
comms/syncterm/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user