pkgsrc/wm/py-tyle/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
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.
2012-04-08 19:08:44 +00:00

24 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:15 wiz Exp $
#
DISTNAME= pytyle-0.7.5
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytyle/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pytyle.com/wiki/Main_Page
COMMENT= Manual tiling manager
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCOMPATIBLE= 25
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"