freebsd-ports/games/py-sgflib/Makefile
Pav Lucistnik 1cb42a41f7 Add py-sgflib, a python module containing a parser and classes for SGF, the
Smart Game Format. It is a part of the Go Tools Project.

PR:		ports/61419
Submitted by:	Leland Wang <llwang@infor.org>
2004-01-27 12:28:48 +00:00

28 lines
646 B
Makefile

# Ports collection makefile for: py-sgflib
# Date created: January 16, 2004
# Whom: Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME= sgflib
PORTVERSION= 1.0
CATEGORIES= games python
MASTER_SITES= http://gotools.sourceforge.net/sgflib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= llwang@infor.org
COMMENT= Smart Game Format Parser Library for Python
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sgflib.py ${PYTHON_SITELIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/typelib.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>