summaryrefslogtreecommitdiff
path: root/net/calypso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/calypso/Makefile')
-rw-r--r--net/calypso/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/calypso/Makefile b/net/calypso/Makefile
new file mode 100644
index 00000000000..bb898681208
--- /dev/null
+++ b/net/calypso/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 15:11:37 wiz Exp $
+
+DISTNAME= calypso-1.0
+CATEGORIES= net time
+MASTER_SITES= http://keithp.com/calypso/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://keithp.com/blogs/calypso/
+COMMENT= CardDAV/CalDAV server
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.1c:../../textproc/py-vobject
+DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+#WRKSRC= ${WRKDIR}/calypso
+
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 24 25
+
+INSTALLATION_DIRS= share/examples/calypso
+
+REPLACE_PYTHON= calypso.py
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/share/examples/calypso/
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"