summaryrefslogtreecommitdiff
path: root/devel/gnustep-base/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-01-17 07:38:34 +0000
committeradam <adam>2006-01-17 07:38:34 +0000
commit2af3f5bb44fac6c5de042b8741b2378e8261be97 (patch)
tree9446299f9f376ae92b78c2d528fd4ceb3d08666e /devel/gnustep-base/Makefile
parent616258696cb8f6b96f116cb079a6fb0fdb6d8442 (diff)
downloadpkgsrc-2af3f5bb44fac6c5de042b8741b2378e8261be97.tar.gz
Changes 1.11.2:
* Support for GNUstep.conf and relocation of the filesystem is much improved in this release. * The WM_QUIT message is now intercepted to allow an application to terminate cleanly. * NSMessagePort was implemented on Windows platforms. * Deprecated support for system-wide GNUsteprc files has been removed. * Some support for keeping user defaults in the Windows registry implemented.
Diffstat (limited to 'devel/gnustep-base/Makefile')
-rw-r--r--devel/gnustep-base/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index c36df05b81e..3c3d62cb5b6 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2005/12/05 20:50:04 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2006/01/17 07:38:34 adam Exp $
-DISTNAME= gnustep-base-1.11.1
+DISTNAME= gnustep-base-1.11.2
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
@@ -10,16 +10,17 @@ COMMENT= GNUstep foundation classes
PTHREAD_LIBS= -lpthread
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
+SUBST_CLASSES+= pthread
+SUBST_STAGE.pthread= pre-configure
+SUBST_FILES.pthread= configure base.make.in
+SUBST_SED.pthread= -e 's|@PTHREAD_LIBS@|${PTHREAD_LIBS}|g'
+
pre-configure:
${SED} 's|@PREFIX@|${PREFIX}|g' <${FILESDIR}/openapp >${WRKDIR}/openapp
-.for pfile in configure base.make.in
- ${CP} ${WRKSRC}/${pfile} ${WRKSRC}/${pfile}.tmpl
- ${SED} 's|@PTHREAD_LIBS@|${PTHREAD_LIBS}|g' \
- <${WRKSRC}/${pfile}.tmpl >${WRKSRC}/${pfile}
-.endfor
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/openapp ${PREFIX}/bin