summaryrefslogtreecommitdiff
path: root/graphics/fpc-ggi
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 15:53:33 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 15:53:33 +0000
commitc90d282c2c429f567be245ebd7ebaedd90f1196b (patch)
tree098b03fb7b4621a1c82755cb57bd173bc8697efe /graphics/fpc-ggi
parentAdd fpc-fpgtk , free Component Library for create programs with gtk. (diff)
Add fpc-ggi , free Pascal interface to libggi.
PR: ports/98667 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165944
Diffstat (limited to 'graphics/fpc-ggi')
-rw-r--r--graphics/fpc-ggi/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/fpc-ggi/Makefile b/graphics/fpc-ggi/Makefile
new file mode 100644
index 000000000000..ff4c81019d17
--- /dev/null
+++ b/graphics/fpc-ggi/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: fpc-ggi
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -ggi
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to libggi
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"