pkgsrc/devel/SOPE5/Makefile
tm c793c561dc devel/SOPE5: remove options and enable ldap, mysql-client, pg-client
options.mk are not supported because gnustep-make/-base set
PKG_OPTIONS_VAR to support the fragile option. Additional to that
SOGo5 requires ldap option by default.
2022-01-26 22:37:05 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/26 22:37:05 tm Exp $
#
DISTNAME= SOPE-5.5.0
CATEGORIES= devel
MASTER_SITES= https://packages.inverse.ca/SOGo/sources/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/inverse-inc/sope
# Original SOPE: http://sope.opengroupware.org/
COMMENT= Framework for writing clever web servers driven by objects
LICENSE= gnu-lgpl-v2
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/SOPE
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-gnustep --enable-debug --disable-strip
# options.mk are not supported because gnustep-make/-base set
# PKG_OPTIONS_VAR to support the fragile option.
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
pre-configure:
${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \
${BUILDLINK_DIR}/lib/libmysqlclient.so
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"