aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2013-03-24 13:09:32 +0800
committeracm <acm@FreeBSD.org>2013-03-24 13:09:32 +0800
commit7f21843f3f06fad30c8b6d4a11f580e948b6abb8 (patch)
tree249ca5c57a0100c002873a8d4aa3df0ad8b28294 /games
parent7a2c80620bccab074d6f3624f5f48e7b86a8a2a6 (diff)
downloadfreebsd-ports-gnome-7f21843f3f06fad30c8b6d4a11f580e948b6abb8.tar.gz
freebsd-ports-gnome-7f21843f3f06fad30c8b6d4a11f580e948b6abb8.tar.zst
freebsd-ports-gnome-7f21843f3f06fad30c8b6d4a11f580e948b6abb8.zip
- Remove BROKEN
- Bump PORTREVISION PR: 171408 Submitted by: nemysis <nemysis at gmx.ch> > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M games/fretsonfire/Makefile M games/fretsonfire/pkg-descr
Diffstat (limited to 'games')
-rw-r--r--games/fretsonfire/Makefile14
-rw-r--r--games/fretsonfire/pkg-descr2
2 files changed, 7 insertions, 9 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile
index 7821e463133d..4082ee8d88fe 100644
--- a/games/fretsonfire/Makefile
+++ b/games/fretsonfire/Makefile
@@ -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
diff --git a/games/fretsonfire/pkg-descr b/games/fretsonfire/pkg-descr
index b3e8d61f02b7..af0eee11e115 100644
--- a/games/fretsonfire/pkg-descr
+++ b/games/fretsonfire/pkg-descr
@@ -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