aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-fcl-async
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-06-22 00:09:03 +0800
committergarga <garga@FreeBSD.org>2006-06-22 00:09:03 +0800
commit31443f0f50b88b827a0e0607954d52af005ec779 (patch)
tree2d03f8a115e2bb407d3b0acf7af15dc7cb32a8d8 /devel/fpc-fcl-async
parent5a8ae7abcdee0e62e9629e894eed2d70c995ade3 (diff)
downloadfreebsd-ports-gnome-31443f0f50b88b827a0e0607954d52af005ec779.tar.gz
freebsd-ports-gnome-31443f0f50b88b827a0e0607954d52af005ec779.tar.zst
freebsd-ports-gnome-31443f0f50b88b827a0e0607954d52af005ec779.zip
Add fpc-libasync , free Pascal interface to async library.
PR: ports/98623 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'devel/fpc-fcl-async')
-rw-r--r--devel/fpc-fcl-async/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile
new file mode 100644
index 000000000000..43c857985998
--- /dev/null
+++ b/devel/fpc-fcl-async/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"