diff options
Diffstat (limited to 'devel/gorm/Makefile')
-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 abd020d..80d4668 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> |