From 38be7f8db8462ea9e09b6246c701126d3d956a5d Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 18 Sep 2007 06:43:28 +0000 Subject: - New port: net/fpc-pcap Free Pascal unit for libpcap library --- net/fpc-pcap/Makefile | 23 +++++++++++++++++++++++ net/fpc-pcap/pkg-plist | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 net/fpc-pcap/Makefile create mode 100644 net/fpc-pcap/pkg-plist (limited to 'net/fpc-pcap') 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 +# +# $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 -- cgit