diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:57:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:57:25 +0000 |
commit | 9573e4b2140ffc99a7c5a4f2568b85d99da20413 (patch) | |
tree | 7c2028221d716b8859a8e31e46998e18acaeb9cc | |
parent | Upgrade to 0.8.7, add a patch for KANJI. (diff) |
Import gnome, It's the meta-port for gnome-*
Notes
Notes:
svn path=/head/; revision=14235
-rw-r--r-- | x11/gnome/Makefile | 30 | ||||
-rw-r--r-- | x11/gnome/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gnome/pkg-descr | 7 | ||||
-rw-r--r-- | x11/gnome/pkg-plist | 1 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 30 | ||||
-rw-r--r-- | x11/gnome2/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gnome2/pkg-descr | 7 | ||||
-rw-r--r-- | x11/gnome2/pkg-plist | 1 |
8 files changed, 78 insertions, 0 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile new file mode 100644 index 000000000000..ead6a7e72c8e --- /dev/null +++ b/x11/gnome/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gnome +# Version required: 0.30 +# Date created: 17 Aug 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= gnome-0.30 +CATEGORIES= x11 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ + panel_applet.0:${PORTSDIR}/x11/gnomecore \ + gdkcardimage.0:${PORTSDIR}/games/gnomegames \ + gxsnmp.o:${PORTSDIR}/sysutils/gnomeadmin +RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \ + ElectricEyes:${PORTSDIR}/graphics/electriceyes \ + ggc:${PORTSDIR}/print/ggv \ + gnumeric:${PORTSDIR}/math/gnumeric + +EXTRACT_ONLY= # empty +NO_BUILD= yes + +do-install= # empty + +.include <bsd.port.mk> diff --git a/x11/gnome/pkg-comment b/x11/gnome/pkg-comment new file mode 100644 index 000000000000..c4330c2b9fbc --- /dev/null +++ b/x11/gnome/pkg-comment @@ -0,0 +1 @@ +The "meta-port" for the GNOME integrated X11 desktop diff --git a/x11/gnome/pkg-descr b/x11/gnome/pkg-descr new file mode 100644 index 000000000000..7a9987ce53f7 --- /dev/null +++ b/x11/gnome/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 stuff pulled in by the port/package dependency +mechanism. diff --git a/x11/gnome/pkg-plist b/x11/gnome/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/x11/gnome/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile new file mode 100644 index 000000000000..ead6a7e72c8e --- /dev/null +++ b/x11/gnome2/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gnome +# Version required: 0.30 +# Date created: 17 Aug 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= gnome-0.30 +CATEGORIES= x11 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ + panel_applet.0:${PORTSDIR}/x11/gnomecore \ + gdkcardimage.0:${PORTSDIR}/games/gnomegames \ + gxsnmp.o:${PORTSDIR}/sysutils/gnomeadmin +RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \ + ElectricEyes:${PORTSDIR}/graphics/electriceyes \ + ggc:${PORTSDIR}/print/ggv \ + gnumeric:${PORTSDIR}/math/gnumeric + +EXTRACT_ONLY= # empty +NO_BUILD= yes + +do-install= # empty + +.include <bsd.port.mk> diff --git a/x11/gnome2/pkg-comment b/x11/gnome2/pkg-comment new file mode 100644 index 000000000000..c4330c2b9fbc --- /dev/null +++ b/x11/gnome2/pkg-comment @@ -0,0 +1 @@ +The "meta-port" for the GNOME integrated X11 desktop diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr new file mode 100644 index 000000000000..7a9987ce53f7 --- /dev/null +++ b/x11/gnome2/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 stuff pulled in by the port/package dependency +mechanism. diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/x11/gnome2/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |