pkgsrc/x11/py-Pmw/Makefile
obache 9790aa3dc9 Update py-Pmw to 1.3.2.
* set LICENSE=mit
* no need to buildlink with blt and py-Tk, simple DEPENDS is sufficient.
* use static PLIST.

Changes:
5 August 2007
 * In module PmwBase.py: An explicit cast is now required from exception to string (str) .
 * Release of version 1.3
2011-10-26 13:10:08 +00:00

25 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.28 2011/10/26 13:10:08 obache Exp $
#
DISTNAME= Pmw.1.3.2
EGG_NAME= ${DISTNAME:S/./-/}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmw/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pmw.sourceforge.net/
COMMENT= Python meta widgets
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
DEPENDS+= blt>=2.4i:../../x11/blt
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PYSETUPSUBDIR= src
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"