summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 03:02:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-24 03:02:01 +0000
commitf3f2a882c2103752c11829e4725a3e47572cb020 (patch)
treed7a5370171662b7be8032f2727d370d5c835d40e
parentAdd gnome2-devel. This is a meta-port for building the GNOME 2.0 API (diff)
Add gnome-devel. This meta-port installs all the necessary API packages to
build GNOME 1.4 applications. This port should be installed when one wants to run GNOME 1.4 applications within the GNOME 2.0 desktop.
Notes
Notes: svn path=/head/; revision=59848
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gnome-devel/Makefile28
-rw-r--r--devel/gnome-devel/pkg-comment1
-rw-r--r--devel/gnome-devel/pkg-descr7
-rw-r--r--devel/gnome-devel/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ebb8f35fa83a..94b0a4f81ffe 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -183,6 +183,7 @@
SUBDIR += global
SUBDIR += glui
SUBDIR += gmake
+ SUBDIR += gnome-devel
SUBDIR += gnome2-devel
SUBDIR += gnomebuild
SUBDIR += gnomecommon
diff --git a/devel/gnome-devel/Makefile b/devel/gnome-devel/Makefile
new file mode 100644
index 000000000000..cf92c0400e61
--- /dev/null
+++ b/devel/gnome-devel/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gnome-devel
+# Date created: 23 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-devel
+PORTVERSION= 1.4.1b2
+CATEGORIES= devel gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= gnome@FreeBSD.org
+
+RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool
+LIB_DEPENDS= gal:${PORTSDIR}/x11-toolkits/gal \
+ panelmm.1:${PORTSDIR}/x11-toolkits/panel--
+
+NO_BUILD= yes
+
+USE_GNOMELIBS= yes
+USE_PYTHON= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>
diff --git a/devel/gnome-devel/pkg-comment b/devel/gnome-devel/pkg-comment
new file mode 100644
index 000000000000..2bdaf0b12a60
--- /dev/null
+++ b/devel/gnome-devel/pkg-comment
@@ -0,0 +1 @@
+The "meta-port" for the GNOME development API
diff --git a/devel/gnome-devel/pkg-descr b/devel/gnome-devel/pkg-descr
new file mode 100644
index 000000000000..7178627319ac
--- /dev/null
+++ b/devel/gnome-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 packages. Its sole purpose is
+to require dependencies so users can install this package only and
+have all the GNOME development stuff pulled in by the port/package
+dependency mechanism.
diff --git a/devel/gnome-devel/pkg-plist b/devel/gnome-devel/pkg-plist
new file mode 100644
index 000000000000..549a621fec0c
--- /dev/null
+++ b/devel/gnome-devel/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty