pkgsrc-wip/py-zenity/Makefile
Thomas Klausner 940b006925 py-*: clean up
Mark as not ready for python 3 (where applicable).
Remove unneeded lines.
Fix some PLISTs and other issues.
Mark some as BROKEN.
2016-08-30 19:02:53 +02:00

19 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/03 20:46:28 jihbed Exp $
DISTNAME= PyZenity-0.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
CATEGORIES= x11 python
MASTER_SITES= http://www.brianramos.com/software/PyZenity/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.brianramos.com/software/PyZenity/
COMMENT= Easy to use frontend to Zenity
LICENSE= mit
USE_LANGUAGES= # none
BROKEN= Distfile not available.
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"