mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Support staging
This commit is contained in:
parent
5af7f9faf1
commit
ba7f4d446d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346513
@ -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
3
security/smap/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/smap
|
||||
%%DATADIR%%/fingerprint.db
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user