openbsd-ports/x11/gnustep/make/Makefile
sebastia f82c6a9c5c Update gnustep-make to 2.6.0, enable strict v2 mode, since v1 is ancient.
Further change the way how frameworks are installed, create a couple of more symlinks,
to get rid of a lot of patches for other dependent ports.

OK landry@, ajacoutot@
2011-04-18 11:30:47 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.27 2011/04/18 11:30:47 sebastia Exp $
# WARNING: this port does NOT use the x11/gnustep MODULE
PKG_ARCH= *
COMMENT= GNUstep makefile package
DISTNAME = gnustep-make-2.6.0
CATEGORIES= devel x11/gnustep
HOMEPAGE= http://www.gnustep.org/
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
RUN_DEPENDS= archivers/gtar
USE_GMAKE= Yes
USE_GROFF = Yes
MAKE_FILE= GNUmakefile
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_prog_LATEX2HTML="" \
INSTALL="install -c" \
INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444"
CONFIGURE_ARGS= --with-layout=openbsd \
--prefix=${PREFIX} \
--with-config-file=${SYSCONFDIR}/GNUstep.conf \
--with-tar=${LOCALBASE}/bin/gtar \
--enable-multi-platform \
--with-library-combo="gnu-gnu-gnu" \
--with-thread-lib="-pthread" \
--disable-native-objc-exceptions \
--enable-strict-v2-mode
pre-configure:
${SUBST_CMD} -c ${FILESDIR}/openbsd \
${WRKSRC}/FilesystemLayouts/openbsd
post-install:
${INSTALL_DATA} ${WRKSRC}/{GNUstep.conf,installation-domains.conf} \
${PREFIX}/share/GNUstep/
.include <bsd.port.mk>