diff options
author | acm <acm@FreeBSD.org> | 2007-09-18 14:43:28 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-09-18 14:43:28 +0800 |
commit | 38be7f8db8462ea9e09b6246c701126d3d956a5d (patch) | |
tree | a98f15d14358b9e9c2d97b436fdcaabd553d3850 /net/fpc-pcap | |
parent | 47647db671f59824f8c0597c2d4e89adaf4878ea (diff) | |
download | freebsd-ports-gnome-38be7f8db8462ea9e09b6246c701126d3d956a5d.tar.gz freebsd-ports-gnome-38be7f8db8462ea9e09b6246c701126d3d956a5d.tar.zst freebsd-ports-gnome-38be7f8db8462ea9e09b6246c701126d3d956a5d.zip |
- New port: net/fpc-pcap
Free Pascal unit for libpcap library
Diffstat (limited to 'net/fpc-pcap')
-rw-r--r-- | net/fpc-pcap/Makefile | 23 | ||||
-rw-r--r-- | net/fpc-pcap/pkg-plist | 9 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile new file mode 100644 index 000000000000..ef7ffe561256 --- /dev/null +++ b/net/fpc-pcap/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-pcap +# Date created: 2006-09-11 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= net lang +PKGNAMESUFFIX= -pcap + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal unit for libpcap library + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= LIBPCAP "Install ubiquitous network traffic capture library" on + +.include "${MASTERDIR}/Makefile" diff --git a/net/fpc-pcap/pkg-plist b/net/fpc-pcap/pkg-plist new file mode 100644 index 000000000000..290d3735df77 --- /dev/null +++ b/net/fpc-pcap/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/libppcap.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |