mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Remove BROKEN
- Bump PORTREVISION PR: 171408 Submitted by: nemysis <nemysis at gmx.ch>
This commit is contained in:
parent
6f18026ee0
commit
165aeab54b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315097
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= fretsonfire
|
||||
PORTVERSION= 1.3.110
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION}
|
||||
@ -16,18 +16,16 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= A game of musical skill and fast fingers
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
|
||||
${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \
|
||||
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \
|
||||
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
|
||||
${LOCALBASE}/share/${PORTNAME}/default.ttf:${PORTSDIR}/games/fretsonfire-data
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_DOS2UNIX= *.txt
|
||||
NO_BUILD= yes
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
DATADIR= share/${PORTNAME}
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude 'data'
|
||||
SUB_FILES= pkg-message FretsOnFire
|
||||
@ -56,7 +54,7 @@ do-install:
|
||||
${LN} -s ${LOCALBASE}/${DATADIR}/* ${FOF_DIR}/data
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME:S/f/F/g:S/o/O/} ${PREFIX}/bin
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/README
|
||||
${INSTALL_DATA} ${WRKSRC}/install.txt ${DOCSDIR}/INSTALL
|
||||
|
@ -1,4 +1,4 @@
|
||||
Frets on Fire is a game of musical skill and fast fingers. The aim of the game
|
||||
is to play guitar with the keyboard as accurately as possible.
|
||||
|
||||
WWW: http://louhi.kempele.fi/~skyostil/uv/fretsonfire/
|
||||
WWW: http://fretsonfire.sf.net
|
||||
|
Loading…
Reference in New Issue
Block a user