summaryrefslogtreecommitdiff
path: root/misc/khard/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-02 22:35:34 +0000
committerwiz <wiz@pkgsrc.org>2015-04-02 22:35:34 +0000
commit0a91a14f6cfeb64ce1e125c97f3e1212d03e06fb (patch)
tree7d0d72027221a68732ab6ce6a373039d2ed39af1 /misc/khard/Makefile
parent8d7c8f852b9f947cccb361d7d41aaf1c69f2201c (diff)
downloadpkgsrc-0a91a14f6cfeb64ce1e125c97f3e1212d03e06fb.tar.gz
Import khard-0.3.0 as misc/khard.
Khard is an address book for the Linux console. It creates, reads, modifies and removes CardDAV address book entries at your local machine. Khard is also compatible to the email clients mutt and alot and the SIP client twinkle.
Diffstat (limited to 'misc/khard/Makefile')
-rw-r--r--misc/khard/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/khard/Makefile b/misc/khard/Makefile
new file mode 100644
index 00000000000..0ba54910039
--- /dev/null
+++ b/misc/khard/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2015/04/02 22:35:34 wiz Exp $
+
+DISTNAME= khard-0.3.0
+CATEGORIES= misc net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=scheibler/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/scheibler/khard
+COMMENT= CLI contacts application built around CardDAV
+LICENSE= gnu-gpl-v3
+
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
+DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
+DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.0
+
+INSTALLATION_DIRS= share/examples/khard
+REPLACE_PYTHON+= */*.py
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/khard.conf.example ${DESTDIR}${PREFIX}/share/examples/khard
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"