18 lines
492 B
Makefile
18 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/02 02:52:08 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= Py2Play-0.1.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://oomadness.tuxfamily.org/downloads/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://oomadness.tuxfamily.org/en/py2play/index.html
|
|
COMMENT= Network game engine in Python, utilizing P2P model
|
|
|
|
USE_BUILDLINK2= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|