aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fpc-xforms
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:20:29 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:20:29 +0000
commite9f00128fbc2acd10bef8893de43e08463937ac8 (patch)
tree71e12ba8157b1da9e851d3a2d8e04bea0b366e79 /x11-toolkits/fpc-xforms
parent5db5b695b85868006205d821d622c0e60513f049 (diff)
downloadports-e9f00128fbc2acd10bef8893de43e08463937ac8.tar.gz
ports-e9f00128fbc2acd10bef8893de43e08463937ac8.zip
Add fpc-forms , x-Forms interface for Free Pascal.
PR: ports/98663 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165962
Diffstat (limited to 'x11-toolkits/fpc-xforms')
-rw-r--r--x11-toolkits/fpc-xforms/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile
new file mode 100644
index 000000000000..af47ba871b22
--- /dev/null
+++ b/x11-toolkits/fpc-xforms/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: fpc-forms
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= x11-toolkits lang
+PKGNAMESUFFIX= -forms
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= X-Forms interface for Free Pascal
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"