pkgsrc/audio/py-xmms/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

24 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:06 rillig Exp $
DISTNAME= pyxmms-2.02
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 2
CATEGORIES= audio python
MASTER_SITES= http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote
COMMENT= Python interface to XMMS
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= setup.cfg
SUBST_SED.paths= -e 's,/usr/local,${PREFIX}/,g'
.include "../../audio/xmms/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"