- Switch to USES=tar
- Fix shebangs - Add NO_ARCH
This commit is contained in:
parent
3f73c2534f
commit
a67516612f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439411
@ -3,21 +3,24 @@
|
||||
|
||||
PORTNAME= sgfsummary
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
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
|
||||
USES= python shebangfix tar:tgz
|
||||
SHEBANG_FILES= sgfsummary.py
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/sgfsummary.py
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/sgfsummary.py ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user