1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/py-sgfsummary/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
584 B
Makefile

# Created by: Leland Wang <llwang@infor.org>
# $FreeBSD$
PORTNAME= sgfsummary
PORTVERSION= 1.0
CATEGORIES= games python
MASTER_SITES= http://gotools.sourceforge.net/sgfsummary/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= SGF Summarizer
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sgflib.py:games/py-sgflib
PLIST_FILES= bin/sgfsummary.py
USES= python
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sgfsummary.py ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>