summaryrefslogtreecommitdiff
path: root/devel/gnustep-make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r--devel/gnustep-make/Makefile45
1 files changed, 12 insertions, 33 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index e82cae02c27..4d4d826d856 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:30:53 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/05 09:16:33 adam Exp $
#
-DISTNAME= gnustep-make-1.6.0
-CATEGORIES= devel gnustep
-MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
+DISTNAME= gnustep-make-1.8.0
+CATEGORIES= devel gnustep
+MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gnustep.org/
-COMMENT= GNUstep makefile package
+MAINTAINER= rh@NetBSD.org
+HOMEPAGE= http://www.gnustep.org/
+COMMENT= GNUstep makefile package
USE_GMAKE= YES
USE_X11= YES
@@ -15,34 +15,13 @@ MAKEFILE= GNUmakefile
GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep
GNUSTEP_HOST_CPU= ${MACHINE_GNU_ARCH:S/i386/ix86/}
+CONFIGURE_ARGS+= --enable-flattened
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
-PLIST_SUBST+= GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU}
-PLIST_SUBST+= APPEND_ELF=${APPEND_ELF}
-
post-patch:
- ${CP} ${WRKSRC}/target.make ${WRKSRC}/target.make.bak && \
- ${SED} -e 's;/usr/pkg;${LOCALBASE};g' -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \
- ${WRKSRC}/target.make.bak > ${WRKSRC}/target.make
-
-post-install:
-.for sub in System Local
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/${sub}/Headers/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}
-.for dir in Libraries Tools
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/${sub}/${dir}/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu
-.endfor
-.endfor
-.for dir in Services PostScript Frameworks Colors Bundles
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/${dir}
-.endfor
-.for dir in Resources Java
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Libraries/${dir}
-.endfor
-.for dir in User Developer
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Documentation/${dir}
-.endfor
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Developer/Palettes
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Applications
- ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Tools/Java
+ ${CP} ${WRKSRC}/target.make ${WRKSRC}/target.make.bak
+ ${SED} -e 's;/usr/pkg;${LOCALBASE};g' \
+ -e 's;@object_fmt@;${LOWER_OPSYS}-${OBJECT_FMT};g' \
+ ${WRKSRC}/target.make.bak > ${WRKSRC}/target.make
.include "../../mk/bsd.pkg.mk"