summaryrefslogtreecommitdiffstats
path: root/devel/gnome2-hacker-tools/Makefile
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 /devel/gnome2-hacker-tools/Makefile
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 'devel/gnome2-hacker-tools/Makefile')
-rw-r--r--devel/gnome2-hacker-tools/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile
index bbafa798a..502d0bf4e 100644
--- a/devel/gnome2-hacker-tools/Makefile
+++ b/devel/gnome2-hacker-tools/Makefile
@@ -2,17 +2,12 @@
# Date created: 07 January 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
-# $FreeBSD: ports/devel/gnome2-hacker-tools/Makefile,v 1.17 2005/04/18 21:02:55 marcus Exp $
+# $FreeBSD$
#
-PORTNAME= gnome2-hacker-tools
-PORTVERSION= 2.11.3
CATEGORIES= devel gnome
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
+PKGNAMESUFFIX= -hacker-tools
-MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 development tools
RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \
@@ -26,8 +21,7 @@ RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \
regexxer:${PORTSDIR}/devel/regexxer \
anjuta:${PORTSDIR}/devel/anjuta
-NO_BUILD= yes
+MASTERDIR= ${.CURDIR}/../../x11/gnome2
+GNOME_SLAVE= yes
-do-install: # empty
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"