aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-tcl/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:05:36 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:05:36 +0000
commitb3c31d70c15937264002063e4f74f3fdf264ca81 (patch)
tree0cc6d1d8969c805421d22e19626ff795d756de5c /lang/fpc-tcl/Makefile
parent8fe63aeaad60918dda11da16b6b49e39ca27f3e1 (diff)
downloadports-b3c31d70c15937264002063e4f74f3fdf264ca81.tar.gz
ports-b3c31d70c15937264002063e4f74f3fdf264ca81.zip
Notes
Diffstat (limited to 'lang/fpc-tcl/Makefile')
-rw-r--r--lang/fpc-tcl/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile
new file mode 100644
index 000000000000..f7413dec34d0
--- /dev/null
+++ b/lang/fpc-tcl/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: fpc-tcl
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= lang
+PKGNAMESUFFIX= -tcl
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the tcl/tk interpreter
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
+ wish8.4:${PORTSDIR}/x11-toolkits/tk84
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"