diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-24 11:02:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-24 11:02:01 +0800 |
commit | 8c6edfcd3b917590b637dfe3f50200ac4be99df0 (patch) | |
tree | c900f9111ec4fc32f44a1312db6ad74e95ffa0e9 /devel/gnome-devel | |
parent | 0124fa8a97fb6fa15a03e763896cd9d7ce68610f (diff) | |
download | freebsd-ports-graphics-8c6edfcd3b917590b637dfe3f50200ac4be99df0.tar.gz freebsd-ports-graphics-8c6edfcd3b917590b637dfe3f50200ac4be99df0.tar.zst freebsd-ports-graphics-8c6edfcd3b917590b637dfe3f50200ac4be99df0.zip |
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.
Diffstat (limited to 'devel/gnome-devel')
-rw-r--r-- | devel/gnome-devel/Makefile | 28 | ||||
-rw-r--r-- | devel/gnome-devel/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gnome-devel/pkg-descr | 7 | ||||
-rw-r--r-- | devel/gnome-devel/pkg-plist | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/gnome-devel/Makefile b/devel/gnome-devel/Makefile new file mode 100644 index 00000000000..cf92c0400e6 --- /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 00000000000..2bdaf0b12a6 --- /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 00000000000..7178627319a --- /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 00000000000..549a621fec0 --- /dev/null +++ b/devel/gnome-devel/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |