aboutsummaryrefslogtreecommitdiff
path: root/net/fpc-netdb
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-24 11:21:27 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-07-24 11:21:27 +0000
commit995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch)
tree716cad45f74530d35aed61fcde093f63ed88f722 /net/fpc-netdb
parentc9b2d130fe2e03dd698820038b20cd1be036dc3c (diff)
downloadports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz
ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=168609
Diffstat (limited to 'net/fpc-netdb')
-rw-r--r--net/fpc-netdb/Makefile7
-rw-r--r--net/fpc-netdb/pkg-plist19
2 files changed, 24 insertions, 2 deletions
diff --git a/net/fpc-netdb/Makefile b/net/fpc-netdb/Makefile
index 211dc44bc576..7885953b1561 100644
--- a/net/fpc-netdb/Makefile
+++ b/net/fpc-netdb/Makefile
@@ -8,11 +8,14 @@
CATEGORIES= net lang
PKGNAMESUFFIX= -netdb
-MAINTAINER= acardenas@bsd.org.pe
+MAINTAINER= acm@FreeBSD.org
COMMENT= Pure-pascal netdb implementation
-RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
+HAVE_EXAMPLES= true
.include "${MASTERDIR}/Makefile"
diff --git a/net/fpc-netdb/pkg-plist b/net/fpc-netdb/pkg-plist
new file mode 100644
index 000000000000..092bb06215ef
--- /dev/null
+++ b/net/fpc-netdb/pkg-plist
@@ -0,0 +1,19 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/uriparser.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/netdb.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/uriparser.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/netdb.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/libpuriparser.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb/libpnetdb.a
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/netdb/testnet.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/netdb/testsvc.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/netdb/testhst.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/netdb/testdns.pp
+%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/netdb/testuri.pp
+@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/netdb
+@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+@dirrmtry lib/fpc/%%PORTVERSION%%/units
+@dirrmtry lib/fpc/%%PORTVERSION%%
+@dirrmtry lib/fpc
+%%PORTDOCS%%@dirrm share/examples/fpc-2.0.2/netdb
+%%PORTDOCS%%@dirrmtry share/examples/fpc-2.0.2