diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-24 10:46:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-24 10:46:01 +0800 |
commit | 056340a6feb070026252e72fe21abd2cd4c6c588 (patch) | |
tree | c8843e8c1a2c90ebd152c33d587b934bad794fcf /devel/gnome2-devel | |
parent | 59f073397124780ba77c71b3b0dd640e980f599a (diff) | |
download | freebsd-ports-gnome-056340a6feb070026252e72fe21abd2cd4c6c588.tar.gz freebsd-ports-gnome-056340a6feb070026252e72fe21abd2cd4c6c588.tar.zst freebsd-ports-gnome-056340a6feb070026252e72fe21abd2cd4c6c588.zip |
Add gnome2-devel. This is a meta-port for building the GNOME 2.0 API
without the desktop. This will allow you to run GNOME 2.0 applications
along side the GNOME 1.4 desktop.
Diffstat (limited to 'devel/gnome2-devel')
-rw-r--r-- | devel/gnome2-devel/Makefile | 28 | ||||
-rw-r--r-- | devel/gnome2-devel/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gnome2-devel/pkg-descr | 7 | ||||
-rw-r--r-- | devel/gnome2-devel/pkg-plist | 1 |
4 files changed, 37 insertions, 0 deletions
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 |