pkgsrc/net/Radicale/Makefile
tron c25112204d Update "radicale" package to version 0.7.1. Changes version 0.6.4:
- Many address books fixes
- New IMAP ACL (by Daniel Aleksandersen)
- PAM ACL fixed (by Daniel Aleksandersen)
- Courier ACL fixed (by Benjamin Frank)
- Always set display name to collections (by Oskari Timperi)
- Various DELETE responses fixed
- Repeating events
- Collection deletion
- Courier and PAM authentication methods
- CardDAV support
- Custom LDAP filters supported
2012-08-12 19:24:31 +00:00

30 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/08/12 19:24:31 tron Exp $
DISTNAME= Radicale-0.7.1
CATEGORIES= net time www
MASTER_SITES= http://pypi.python.org/packages/source/R/Radicale/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://radicale.org/
COMMENT= CalDAV (calendar) and CardDAV (contact) server
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
EGDIR= share/examples/radicale
PYTHON_VERSIONS_INCLUDE_3X= yes
INSTALLATION_DIRS= ${EGDIR}
OWN_DIRS= ${PKG_SYSCONFDIR}/radicale
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/radicale/config
post-build:
${SED} -e "s#/etc#${PKG_SYSCONFDIR}#" -e "s#apache2/#httpd/#" \
${WRKSRC}/config >${WRKSRC}/config.pkgsrc
post-install:
${INSTALL_DATA} ${WRKSRC}/config.pkgsrc \
${DESTDIR}${PREFIX}/${EGDIR}/config
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"