pkgsrc/www/sope/Makefile
dholland 5b300615ee Mark BROKEN; has not been buildable in years. Will be removed in due
course unless fixed. As far as anyone has been able to figure out so
far, this is actually an older version of devel/SOPE.
2012-04-07 17:36:40 +00:00

52 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2012/04/07 17:36:40 dholland Exp $
#
DISTNAME= sope-4.5.4-nevermind-r878
PKGNAME= sope-4.5.4
PKGREVISION= 9
CATEGORIES= www gnustep
MASTER_SITES= http://download.opengroupware.org/nightly/sources/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sope.opengroupware.org/
COMMENT= Set of frameworks for a complete web application server environment
BROKEN= Not buildable for years and apparently superseded by devel/SOPE.
USE_LANGUAGES= objc
USE_TOOLS+= bash
WRKSRC= ${WRKDIR}/sope
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gnustep
CONFIGURE_ARGS+= --enable-strip
CONFIGURE_ARGS+= --disable-debug
CONFIG_SHELL= ${BASH}
MAKE_ENV+= ADDITIONAL_OBJCFLAGS="-Wno-import"
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${CONFIGURE_SCRIPT}
SUBST_SED.paths+= -e 's,/usr/local,${PREFIX},g'
SUBST_STAGE.paths= pre-configure
pre-configure:
for f in ${WRKSRC}/*/config.guess ${WRKSRC}/*/*/config.guess; do \
${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess $$f; \
done
for f in ${WRKSRC}/*/config.sub ${WRKSRC}/*/*/config.sub; do \
${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub $$f; \
done
post-configure:
cd ${WRKSRC}/sope-core/NGStreams && \
${LN} -s `${FIND} ${GNUSTEP_HOST_CPU} -name config.h` .
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libFoundation/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"