pkgsrc-wip/manifold/Makefile
Aleksej Saushev 5069d752df Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 15:09:46 +00:00

23 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/03 15:09:50 asau Exp $
#
PKGNAME= ${DISTNAME:S/^M/m/}
DISTNAME= Manifold-0.2.0
CATEGORIES= sysutils
MASTER_SITES= http://pypi.python.org/packages/source/M/Manifold/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://code.google.com/p/manifold/
COMMENT= SMF service manifest creation tool
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PLIST_SUBST+= DISTNAME=${DISTNAME}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"