25 lines
549 B
Makefile
25 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/01/13 13:38:58 wiz Exp $
|
|
#
|
|
|
|
.include "../../multimedia/ming/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://ming.sourceforge.net/
|
|
COMMENT= Python bindings for Ming library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
PYSETUPSUBDIR= py_ext
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../multimedia/ming/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|