rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

42 lines
995 B
Makefile

# $OpenBSD: Makefile,v 1.31 2018/01/11 19:27:08 rpe Exp $
COMMENT = simple CalDAV calendar server
MODPY_EGG_VERSION = 1.1.3
DISTNAME = Radicale-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:L}
CATEGORIES = productivity net
REVISION = 0
HOMEPAGE = http://radicale.org/
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = security/py-passlib
NO_TEST = Yes
SUBST_VARS += VARBASE
pre-configure:
@${SUBST_CMD} ${WRKSRC}/radicale/config.py
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/radicale
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/radicale
cd ${WRKSRC}; ${INSTALL_DATA} COPYING NEWS.rst README \
${PREFIX}/share/doc/radicale/
${SUBST_DATA} ${WRKSRC}/config \
${PREFIX}/share/examples/radicale/config
${INSTALL_DATA} ${WRKSRC}/{logging,rights} \
${PREFIX}/share/examples/radicale/
touch ${PREFIX}/share/examples/radicale/log
.include <bsd.port.mk>