summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-06-21 16:44:54 +0000
committergarga <garga@FreeBSD.org>2006-06-21 16:44:54 +0000
commit40e91b7981c1efc86d743e41890b0b4c441263f4 (patch)
tree688c0ece2b3b7f14c4428095b48e6b5a79f177ac /x11-toolkits
parent95eff47746707e29b73ed8ed78d38b39a6324d2b (diff)
downloadFreeBSD-ports-40e91b7981c1efc86d743e41890b0b4c441263f4.zip
FreeBSD-ports-40e91b7981c1efc86d743e41890b0b4c441263f4.tar.gz
Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-units
to reflect this Suggested by: Vanilla I. Shu <vanilla@fatpipi.cirx.org> Approved by: maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/fpc-gtk/Makefile20
-rw-r--r--x11-toolkits/fpc-gtk1/Makefile20
-rw-r--r--x11-toolkits/fpc-gtk2/Makefile20
4 files changed, 62 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 29a898b..37b469b 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -26,6 +26,8 @@
SUBDIR += fox14
SUBDIR += fox16
SUBDIR += fpc-forms
+ SUBDIR += fpc-gtk
+ SUBDIR += fpc-gtk2
SUBDIR += fxscintilla
SUBDIR += fxscintilla-fox10
SUBDIR += fxscintilla-fox12
diff --git a/x11-toolkits/fpc-gtk/Makefile b/x11-toolkits/fpc-gtk/Makefile
new file mode 100644
index 0000000..fe23646
--- /dev/null
+++ b/x11-toolkits/fpc-gtk/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fpc-gtk
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -gtk
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the GTK libraries
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+USE_GNOME= gtk12
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile
new file mode 100644
index 0000000..fe23646
--- /dev/null
+++ b/x11-toolkits/fpc-gtk1/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fpc-gtk
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -gtk
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the GTK libraries
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+USE_GNOME= gtk12
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/fpc-gtk2/Makefile b/x11-toolkits/fpc-gtk2/Makefile
new file mode 100644
index 0000000..cdba6a0
--- /dev/null
+++ b/x11-toolkits/fpc-gtk2/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fpc-gtk2
+# Date created: 2006-06-05
+# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics lang
+PKGNAMESUFFIX= -gtk2
+
+MAINTAINER= acardenas@bsd.org.pe
+COMMENT= Free Pascal interface to the GTK2 libraries
+
+RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+
+USE_GNOME= gtk20
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud