summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 03:16:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 03:16:31 +0800
commit9cb5055ec734a8cfa64860f0811c17a08938385d (patch)
treed728e6e5653f2492216f69aa01f587f6a9b11587 /editors
parent6d2dc3e1e2f6fd74c2af9c48d0968e91a0ac0b61 (diff)
downloadmarcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.gz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.bz2
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.lz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.xz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.zst
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.zip
Try out a master/slave relationship to consolidate common macros.
Suggedted by: adamw git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/gnome2-office/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile
index 598887b9e..3ff78b5ea 100644
--- a/editors/gnome2-office/Makefile
+++ b/editors/gnome2-office/Makefile
@@ -2,17 +2,12 @@
# Date created: 07 January 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
-# $FreeBSD: ports/editors/gnome2-office/Makefile,v 1.23 2005/04/18 21:02:55 marcus Exp $
+# $FreeBSD$
#
-PORTNAME= gnome2-office
-PORTVERSION= 2.11.3
CATEGORIES= editors gnome
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
+PKGNAMESUFFIX= -office
-MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 office applications
RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \
@@ -22,8 +17,7 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \
abiword:${PORTSDIR}/editors/abiword \
mergeant:${PORTSDIR}/databases/mergeant
-NO_BUILD= yes
+MASTERDIR= ${.CURDIR}/../../x11/gnome2
+GNOME_SLAVE= yes
-do-install: # empty
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"