diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-08 06:19:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-08 06:19:39 +0800 |
commit | 5587832ebaf54be0773916e6bd6dac762eef6570 (patch) | |
tree | 71a492560490d2d2ce270b9c299ff17f3b38c391 /editors | |
parent | a338ad7f738a501660c53a6ec43d883c3be3248e (diff) | |
download | marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar.gz marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar.bz2 marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar.lz marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar.xz marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.tar.zst marcuscom-ports-5587832ebaf54be0773916e6bd6dac762eef6570.zip |
Add The GNOME Office meta-port.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1600 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnome2-office/Makefile | 30 | ||||
-rw-r--r-- | editors/gnome2-office/pkg-descr | 8 | ||||
-rw-r--r-- | editors/gnome2-office/pkg-plist | 1 |
3 files changed, 39 insertions, 0 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile new file mode 100644 index 000000000..7804c0eab --- /dev/null +++ b/editors/gnome2-office/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gnome2-office +# Date created: 07 January 2004 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/editors/gnome2-office/Makefile,v 1.1 2004/01/07 06:02:42 marcus Exp $ +# + +PORTNAME= gnome2-office +PORTVERSION= 2.5.2 +CATEGORIES= editors gnome +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 office applications + +RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ + mrproject:${PORTSDIR}/deskutils/mrproject \ + dia:${PORTSDIR}/graphics/dia \ + glabels:${PORTSDIR}/deskutils/glabels \ + evolution-1.5:${PORTSDIR}/mail/evolution \ + AbiWord-2.2:${PORTSDIR}/editors/AbiWord2 \ + mergeant:${PORTSDIR}/databases/mergeant + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/editors/gnome2-office/pkg-descr b/editors/gnome2-office/pkg-descr new file mode 100644 index 000000000..a2e41bd46 --- /dev/null +++ b/editors/gnome2-office/pkg-descr @@ -0,0 +1,8 @@ +GNOME 2 Office + +The Office is a collection of applications one would expect in an +office/productivity suite for the GNOME 2 Desktop. This includes a +spreadsheet application, a word processor, project management application, +database access application, groupware suite, and diagramming application. + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/editors/gnome2-office/pkg-plist b/editors/gnome2-office/pkg-plist new file mode 100644 index 000000000..549a621fe --- /dev/null +++ b/editors/gnome2-office/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |