pkgsrc-wip/mago/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

22 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 15:09:48 asau Exp $
#
DISTNAME= mago-0.2
CATEGORIES= devel python
MASTER_SITES= http://launchpad.net/mago/trunk/mago-0.2/+download/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://launchpad.net/mago
COMMENT= Library and harness for desktop testing
LICENSE= gnu-lgpl-v3
DEPENDS+= ldtp>=2.0.6:../../wip/ldtp
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
REPLACE_PYTHON+= bin/mago
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"