aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 02:46:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 02:46:01 +0000
commit5d38a80ecd3e4de85efeeb3efc89ce33c8c0ea6b (patch)
treeea2dbf4c5bd6cc41b78d30465bee8ca07702d6c1
parentd130f084003325991d5a083cd19efcbf4780a22c (diff)
downloadports-5d38a80ecd3e4de85efeeb3efc89ce33c8c0ea6b.tar.gz
ports-5d38a80ecd3e4de85efeeb3efc89ce33c8c0ea6b.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gnome2-devel/Makefile28
-rw-r--r--devel/gnome2-devel/pkg-comment1
-rw-r--r--devel/gnome2-devel/pkg-descr7
-rw-r--r--devel/gnome2-devel/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b61535df5c66..ebb8f35fa83a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -183,6 +183,7 @@
SUBDIR += global
SUBDIR += glui
SUBDIR += gmake
+ SUBDIR += gnome2-devel
SUBDIR += gnomebuild
SUBDIR += gnomecommon
SUBDIR += gnomecrash
diff --git a/devel/gnome2-devel/Makefile b/devel/gnome2-devel/Makefile
new file mode 100644
index 000000000000..db42976aba95
--- /dev/null
+++ b/devel/gnome2-devel/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gnome2-devel
+# Date created: 21 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome2-devel
+PORTVERSION= 2.0
+CATEGORIES= devel gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= gnome@FreeBSD.org
+
+RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool \
+ gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
+LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
+ gail-gnome.0:${PORTSDIR}/x11-toolkits/libgail-gnome
+
+NO_BUILD= yes
+
+USE_PYTHON= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>
diff --git a/devel/gnome2-devel/pkg-comment b/devel/gnome2-devel/pkg-comment
new file mode 100644
index 000000000000..45293e300f01
--- /dev/null
+++ b/devel/gnome2-devel/pkg-comment
@@ -0,0 +1 @@
+The "meta-port" for the GNOME 2.0 development API
diff --git a/devel/gnome2-devel/pkg-descr b/devel/gnome2-devel/pkg-descr
new file mode 100644
index 000000000000..4a475a93af35
--- /dev/null
+++ b/devel/gnome2-devel/pkg-descr
@@ -0,0 +1,7 @@
+GNU Network Object Model Environment
+
+This package does not contain anything by itself -- it is a
+"meta-port" that depends on other GNOME 2.0 packages. Its sole purpose is
+to require dependencies so users can install this package only and
+have all the GNOME 2.0 development stuff pulled in by the port/package
+dependency mechanism.
diff --git a/devel/gnome2-devel/pkg-plist b/devel/gnome2-devel/pkg-plist
new file mode 100644
index 000000000000..549a621fec0c
--- /dev/null
+++ b/devel/gnome2-devel/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty