Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
29 lines
794 B
Makefile
29 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.14 2012/04/08 19:09:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pyclutter-gst-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
PKGREVISION= 9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://source.clutter-project.org/sources/pyclutter-gst/1.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Python modules for Clutter-Gstreamer
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= pyclutter-gst.pc.in
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../graphics/py-clutter/buildlink3.mk"
|
|
.include "../../multimedia/clutter-gst/buildlink3.mk"
|
|
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|