41f92d5420
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
21 lines
557 B
Makefile
21 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/06/13 22:47:14 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= pywm-0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://www.freenet.org.nz/python/pywm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freenet.org.nz/python/pywm/
|
|
COMMENT= Window manager in Python
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
BUILD_DEPENDS= ${PYPKGPREFIX}-pyrex>=0.8.1:../../lang/py-pyrex
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/fltk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|