aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-async/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:09:03 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:09:03 +0000
commitfe003d4dbfa34ed44f41c9a4b8649f0c108cbc23 (patch)
tree8173662ed2424e2c745279f0597df0e05e3d58a5 /devel/fpc-fcl-async/Makefile
parentb3c31d70c15937264002063e4f74f3fdf264ca81 (diff)
downloadports-fe003d4dbfa34ed44f41c9a4b8649f0c108cbc23.tar.gz
ports-fe003d4dbfa34ed44f41c9a4b8649f0c108cbc23.zip
Add fpc-libasync , free Pascal interface to async library.
PR: ports/98623 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165956
Diffstat (limited to 'devel/fpc-fcl-async/Makefile')
-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"