diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:09:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:09:03 +0000 |
commit | fe003d4dbfa34ed44f41c9a4b8649f0c108cbc23 (patch) | |
tree | 8173662ed2424e2c745279f0597df0e05e3d58a5 /net/fpc-libasync | |
parent | b3c31d70c15937264002063e4f74f3fdf264ca81 (diff) | |
download | ports-fe003d4dbfa34ed44f41c9a4b8649f0c108cbc23.tar.gz ports-fe003d4dbfa34ed44f41c9a4b8649f0c108cbc23.zip |
Notes
Diffstat (limited to 'net/fpc-libasync')
-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" |