mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Stagify.
This commit is contained in:
parent
b43434db8a
commit
29d9b94784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357118
@ -10,21 +10,18 @@ MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION}
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Generates packets to match a list of Cisco PIX access lists
|
COMMENT= Generates packets to match a list of Cisco PIX access lists
|
||||||
|
|
||||||
LIB_DEPENDS= net:${PORTSDIR}/net/libnet
|
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/pixilate
|
WRKSRC= ${WRKDIR}/pixilate
|
||||||
|
|
||||||
USE_AUTOTOOLS= aclocal autoconf automake libtool
|
USE_AUTOTOOLS= aclocal autoconf automake libtool
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE_ARGS= --add-missing
|
||||||
|
|
||||||
MAN1= pixilate.1
|
|
||||||
|
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
PLIST_FILES= bin/pixilate
|
PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz
|
||||||
|
|
||||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|libnet-config|${LIBNET_CONFIG}|; \
|
's|libnet-config|${LIBNET_CONFIG}|; \
|
||||||
@ -33,9 +30,9 @@ post-patch:
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.for i in README
|
.for i in README
|
||||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user