blob: f4f6512a80aeb10e99477be2e9a497027d7a4f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.11 2007/03/31 16:26:55 obache Exp $
#
DISTNAME= pytraffic-2.5.4
PKGREVISION= 2
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
USE_DIRS+= xdg-1.1
PYDISTUTILSPKG= yes
.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"
|