diff options
Diffstat (limited to 'time/wxRemind/Makefile')
-rw-r--r-- | time/wxRemind/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile new file mode 100644 index 00000000000..b320bed890a --- /dev/null +++ b/time/wxRemind/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/24 23:04:09 wiz Exp $ +# + +DISTNAME= wxRemind-0.6.18 +CATEGORIES= time +MASTER_SITES= http://www.duke.edu/~dgraham/wxRemind/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.duke.edu/~dgraham/wxRemind/ +COMMENT= Graphical front-end to Remind + +DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets +DEPENDS+= py24-setuptools>=0.6b1:../../devel/py24-setuptools + +PYTHON_VERSIONS_ACCEPTED= 24 +PYDISTUTILSPKG= YES + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |