pkgsrc/games/pytraffic/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

27 lines
870 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= pytraffic-2.5.4
PKGREVISION= 4
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
PKG_DESTDIR_SUPPORT= user-destdir
# pytraffic-2.5.4 distfile was changed after release
DIST_SUBDIR= pytraffic-2.5.4-070313
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"