svn commit: r369958 - head/games/galaxymage
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Oct 4 14:00:31 UTC 2014
Author: amdmi3
Date: Sat Oct 4 14:00:30 2014
New Revision: 369958
URL: https://svnweb.freebsd.org/changeset/ports/369958
QAT: https://qat.redports.org/buildarchive/r369958/
Log:
- Add LICENSE
- Convert to USES=python
Modified:
head/games/galaxymage/Makefile
Modified: head/games/galaxymage/Makefile
==============================================================================
--- head/games/galaxymage/Makefile Sat Oct 4 14:00:24 2014 (r369957)
+++ head/games/galaxymage/Makefile Sat Oct 4 14:00:30 2014 (r369958)
@@ -10,12 +10,14 @@ MASTER_SITES= http://download.gna.org/ta
MAINTAINER= games at FreeBSD.org
COMMENT= Open source tactical and strategic RPG
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT.txt
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric \
${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
-USE_PYTHON= yes
-USES= gettext twisted
+USES= gettext python:run twisted
NO_BUILD= yes
PORTDATA= *
More information about the svn-ports-all
mailing list