diff options
Diffstat (limited to 'editors/gnome2-office/Makefile')
-rw-r--r-- | editors/gnome2-office/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile deleted file mode 100644 index 67c3e5911..000000000 --- a/editors/gnome2-office/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome2-office -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gnome2-office/Makefile,v 1.40 2006/03/25 17:57:47 marcus Exp $ -# - -PORTREVISION= 0 -CATEGORIES= editors gnome -PKGNAMESUFFIX= -office - -COMMENT= GNOME 2 office applications - -RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \ - planner:${PORTSDIR}/deskutils/planner \ - dia:${PORTSDIR}/graphics/dia \ - glabels:${PORTSDIR}/deskutils/glabels \ - abiword:${PORTSDIR}/editors/abiword -# mergeant:${PORTSDIR}/databases/mergeant - -MASTERDIR= ${.CURDIR}/../../x11/gnome2 -GNOME_SLAVE= yes - -DESCR= ${.CURDIR}/pkg-descr - -.include "${MASTERDIR}/Makefile" |