diff options
Diffstat (limited to 'net/fpc-libasync/Makefile')
-rw-r--r-- | net/fpc-libasync/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/fpc-libasync/Makefile b/net/fpc-libasync/Makefile new file mode 100644 index 000000000000..43c857985998 --- /dev/null +++ b/net/fpc-libasync/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-libasync +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= net lang +PKGNAMESUFFIX= -libasync + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to async library + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |