aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/fpc-fpgtk/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 41e16acf3749..2a008707636f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -123,6 +123,7 @@
SUBDIR += flphoto
SUBDIR += fly
SUBDIR += fnlib
+ SUBDIR += fpc-fpgtk
SUBDIR += fracplanet
SUBDIR += fractorama
SUBDIR += fraqtive
diff --git a/graphics/fpc-fpgtk/Makefile b/graphics/fpc-fpgtk/Makefile
new file mode 100644
index 000000000000..513b9dc5828d
--- /dev/null
+++ b/graphics/fpc-fpgtk/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fpc-fpgtk
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -fpgtk
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Component Library for create programs with gtk
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+USE_GNOME= gtk12
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"