aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-ncurses
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:00:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:00:43 +0000
commitcef0cc82ca87fdc2f714b61d0f501879b1392a99 (patch)
tree28e7058058355b7737595f5fd55d152de6742a13 /graphics/fpc-ncurses
parent8d35a6a8f13548f2774cb4e4904c61b88dce66ff (diff)
downloadports-cef0cc82ca87fdc2f714b61d0f501879b1392a99.tar.gz
ports-cef0cc82ca87fdc2f714b61d0f501879b1392a99.zip
Add fpc-ncurses , free Pascal interface to the ncurses library.
PR: ports/98659 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165950
Diffstat (limited to 'graphics/fpc-ncurses')
-rw-r--r--graphics/fpc-ncurses/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile
new file mode 100644
index 000000000000..f8ec66b13dab
--- /dev/null
+++ b/graphics/fpc-ncurses/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: fpc-ncurses
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -ncurses
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the ncurses library
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"