diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/fpc-netdb/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a20121de1023..3d766e57f2fe 100644 --- a/net/Makefile +++ b/net/Makefile @@ -123,6 +123,7 @@ SUBDIR += forg SUBDIR += fpc-inet SUBDIR += fpc-libasync + SUBDIR += fpc-netdb SUBDIR += fping SUBDIR += freebsd-uucp SUBDIR += freedbd diff --git a/net/fpc-netdb/Makefile b/net/fpc-netdb/Makefile new file mode 100644 index 000000000000..211dc44bc576 --- /dev/null +++ b/net/fpc-netdb/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-netdb +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= net lang +PKGNAMESUFFIX= -netdb + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Pure-pascal netdb implementation + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |