summaryrefslogtreecommitdiff
path: root/devel/gorm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
commit960b679f1061d065f88bd4813bde263ce678ada8 (patch)
tree107bdb5fa02093444105d6a1fc5e4d2603aea083 /devel/gorm
parentUse the new virtual category 'scheme' (diff)
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'devel/gorm')
-rw-r--r--devel/gorm/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile
index abd020de13ae..80d4668a99cb 100644
--- a/devel/gorm/Makefile
+++ b/devel/gorm/Makefile
@@ -19,15 +19,12 @@ COMMENT= Graphical Object Relationship Modeller
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
USE_GMAKE= yes
-MAKEFILE=
-ALL_TARGET=
-
-.include <bsd.port.pre.mk>
-
+USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
+MAKEFILE=
+ALL_TARGET=
.if defined(WITH_GNUSTEP_DEVEL)
PLIST_SUB+= PALETTES=System/Applications/Gorm.app/Resources
@@ -35,4 +32,4 @@ PLIST_SUB+= PALETTES=System/Applications/Gorm.app/Resources
PLIST_SUB+= PALETTES=System/Developer/Palettes
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>