pkgsrc/games/pytraffic/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

25 lines
878 B
Makefile

# $NetBSD: Makefile,v 1.56 2019/04/26 13:13:59 maya Exp $
DISTNAME= pytraffic-2.5.4
PKGREVISION= 36
CATEGORIES= games
MASTER_SITES= http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/
COMMENT= Computer version of a popular board game
# pytraffic-2.5.4 distfile was changed after release
DIST_SUBDIR= pytraffic-2.5.4-070313
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"