mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- Convert to USES
This commit is contained in:
parent
32a71f2069
commit
5bfc9c6254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341949
@ -11,20 +11,11 @@ PKGNAMEPREFIX= ossp-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OSSP ex is a small exception handling library for use in C
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= ex.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= Does not compile on alpha
|
||||
.endif
|
||||
|
||||
check: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,3 +4,4 @@ lib/libex.a
|
||||
lib/libex.la
|
||||
lib/libex.so
|
||||
lib/libex.so.10
|
||||
man/man3/ex.3.gz
|
||||
|
@ -12,8 +12,4 @@ COMMENT= ARP Scanning and Fingerprinting Tool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1
|
||||
MAN5= mac-vendor.5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,4 +5,9 @@ bin/arp-fingerprint
|
||||
%%DATADIR%%/ieee-oui.txt
|
||||
%%DATADIR%%/ieee-iab.txt
|
||||
%%DATADIR%%/mac-vendor.txt
|
||||
man/man1/arp-fingerprint.1.gz
|
||||
man/man1/arp-scan.1.gz
|
||||
man/man1/get-iab.1.gz
|
||||
man/man1/get-oui.1.gz
|
||||
man/man5/mac-vendor.5.gz
|
||||
@dirrm %%DATADIR%%
|
||||
|
@ -15,16 +15,9 @@ CONFIGURE_ARGS= --with-libpcap=${LOCALBASE}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= traceanon.1 traceconvert.1 tracefilter.1 tracemerge.1 \
|
||||
tracereport.1 tracertstats.1 tracesplit.1 tracepktdump.1 \
|
||||
tracesplit_dir.1 tracestats.1 tracesummary.1 tracereplay.1 \
|
||||
tracediff.1 traceends.1 tracetop.1 tracetopends.1
|
||||
|
||||
USES= gmake
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -188,4 +188,20 @@ lib/libwandio.a
|
||||
lib/libwandio.la
|
||||
lib/libwandio.so
|
||||
lib/libwandio.so.1
|
||||
man/man1/traceanon.1.gz
|
||||
man/man1/traceconvert.1.gz
|
||||
man/man1/tracediff.1.gz
|
||||
man/man1/traceends.1.gz
|
||||
man/man1/tracefilter.1.gz
|
||||
man/man1/tracemerge.1.gz
|
||||
man/man1/tracepktdump.1.gz
|
||||
man/man1/tracereplay.1.gz
|
||||
man/man1/tracereport.1.gz
|
||||
man/man1/tracertstats.1.gz
|
||||
man/man1/tracesplit.1.gz
|
||||
man/man1/tracesplit_dir.1.gz
|
||||
man/man1/tracestats.1.gz
|
||||
man/man1/tracesummary.1.gz
|
||||
man/man1/tracetop.1.gz
|
||||
man/man1/tracetopends.1.gz
|
||||
@dirrm lib/libpacketdump
|
||||
|
@ -9,9 +9,7 @@ MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An UCSPI-based TCP forwarder
|
||||
|
||||
MAN1= urelay.1
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/urelay
|
||||
PLIST_FILES= bin/urelay \
|
||||
man/man1/urelay.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user