forked from Lainports/freebsd-ports
- New port: net/fpc-pcap
Free Pascal unit for libpcap library
This commit is contained in:
parent
56016e8f40
commit
77055df2fb
3 changed files with 33 additions and 0 deletions
|
|
@ -127,6 +127,7 @@
|
|||
SUBDIR += forg
|
||||
SUBDIR += fpc-libasync
|
||||
SUBDIR += fpc-netdb
|
||||
SUBDIR += fpc-pcap
|
||||
SUBDIR += fping
|
||||
SUBDIR += freebsd-uucp
|
||||
SUBDIR += freedbd
|
||||
|
|
|
|||
23
net/fpc-pcap/Makefile
Normal file
23
net/fpc-pcap/Makefile
Normal file
|
|
@ -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"
|
||||
9
net/fpc-pcap/pkg-plist
Normal file
9
net/fpc-pcap/pkg-plist
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue