pkgsrc-wip/cxfreeze/Makefile
Aleksej Saushev a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00

22 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/24 18:26:56 asau Exp $
#
VERS= 4.2
DISTNAME= cx_Freeze-${VERS}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cx-freeze/}
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://cx-freeze.sourceforge.net/
COMMENT= Freezing python scripts into executables
LICENSE= python-software-foundation
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"