1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-28 13:38:23 +00:00
parent 5af7f9faf1
commit ba7f4d446d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346513
2 changed files with 7 additions and 8 deletions

View File

@ -10,15 +10,11 @@ MASTER_SITES= http://www.wormulon.net/smap/
MAINTAINER= edwin@mavetju.org
COMMENT= SIP scanner and identifier
PLIST_FILES= bin/smap share/smap/fingerprint.db
PLIST_DIRS= share/smap
USES= gmake
USE_GMAKE= yes
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/smap
${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/share/smap
${INSTALL_PROGRAM} ${WRKSRC}/smap ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>

3
security/smap/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/smap
%%DATADIR%%/fingerprint.db
@dirrm %%DATADIR%%