pkgsrc/devel/gnustep-base/Makefile
rh b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00

48 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2004/09/24 01:56:53 rh Exp $
DISTNAME= gnustep-base-1.10.0
CATEGORIES= devel gnustep
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep foundation classes
PTHREAD_LIBS= -lpthread
USE_BUILDLINK3= yes
USE_X11= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
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
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ffcall/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/compiler.mk"
.if empty(CC_VERSION:Mgcc-3*)
.include "../../devel/gnustep-objc/buildlink3.mk"
.endif
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
PTHREAD_LIBS+= -lpth
.endif
.include "../../devel/gnustep-make/gnustep.mk"
.include "../../mk/bsd.pkg.mk"