diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
commit | 960b679f1061d065f88bd4813bde263ce678ada8 (patch) | |
tree | 107bdb5fa02093444105d6a1fc5e4d2603aea083 /devel/gorm | |
parent | 35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff) | |
download | ports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz ports-960b679f1061d065f88bd4813bde263ce678ada8.zip |
Notes
Diffstat (limited to 'devel/gorm')
-rw-r--r-- | devel/gorm/Makefile | 11 |
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> |