svn commit: r370860 - head/games/pyspacewar
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Oct 14 15:38:45 UTC 2014
Author: amdmi3
Date: Tue Oct 14 15:38:44 2014
New Revision: 370860
URL: https://svnweb.freebsd.org/changeset/ports/370860
QAT: https://qat.redports.org/buildarchive/r370860/
Log:
- Add LICENSE_FILE
- Convert to USES=python
Modified:
head/games/pyspacewar/Makefile
Modified: head/games/pyspacewar/Makefile
==============================================================================
--- head/games/pyspacewar/Makefile Tue Oct 14 15:38:39 2014 (r370859)
+++ head/games/pyspacewar/Makefile Tue Oct 14 15:38:44 2014 (r370860)
@@ -13,12 +13,12 @@ MAINTAINER= games at FreeBSD.org
COMMENT= Two ships duel in a gravity field
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/GPL.txt
RUN_DEPENDS= ${PYGAME}
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
PLIST_FILES= share/icons/hicolor/16x16/apps/pyspacewar.png \
share/icons/hicolor/22x22/apps/pyspacewar.png \
More information about the svn-ports-all
mailing list