diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-11-13 05:44:04 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-11-13 05:44:04 +0800 |
commit | 560fb5020740b326bb50bc13725d025d973f7217 (patch) | |
tree | 34fa8f26c3eb93308d22bbcc4fc07154c2a8d114 /games | |
parent | 3694703c385fb5b12c12e89b80c2b05b07ea61ff (diff) | |
download | freebsd-ports-gnome-560fb5020740b326bb50bc13725d025d973f7217.tar.gz freebsd-ports-gnome-560fb5020740b326bb50bc13725d025d973f7217.tar.zst freebsd-ports-gnome-560fb5020740b326bb50bc13725d025d973f7217.zip |
- Convert to staging
- Add LICENSE
- Use space in pkg descr WWW line
PR: ports/183886, ports/183887, ports/183890
Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/opengfx/Makefile | 7 | ||||
-rw-r--r-- | games/openmsx/Makefile | 7 | ||||
-rw-r--r-- | games/openmsx/pkg-descr | 2 | ||||
-rw-r--r-- | games/opensfx/Makefile | 10 | ||||
-rw-r--r-- | games/opensfx/pkg-descr | 2 |
5 files changed, 17 insertions, 11 deletions
diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile index 5808fb63e003..401f7ee014c1 100644 --- a/games/opengfx/Makefile +++ b/games/opengfx/Makefile @@ -12,14 +12,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine +LICENSE= GPLv2 + USE_ZIP= yes NO_BUILD= yes LATEST_LINK= openttd-${PORTNAME} -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/share/openttd/baseset/opengfx + @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ - ${PREFIX}/share/openttd/baseset/opengfx + ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx .include <bsd.port.mk> diff --git a/games/openmsx/Makefile b/games/openmsx/Makefile index aeb14f3c4d65..b026c1744432 100644 --- a/games/openmsx/Makefile +++ b/games/openmsx/Makefile @@ -13,14 +13,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative music for OpenTTD game engine +LICENSE= GPLv2 + USE_ZIP= yes NO_BUILD= yes LATEST_LINK= openttd-${PORTNAME} -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/share/openttd/baseset/openmsx + @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx ${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \ - ${PREFIX}/share/openttd/baseset/openmsx + ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx .include <bsd.port.mk> diff --git a/games/openmsx/pkg-descr b/games/openmsx/pkg-descr index 439ff827ec07..13b254b1938a 100644 --- a/games/openmsx/pkg-descr +++ b/games/openmsx/pkg-descr @@ -1,3 +1,3 @@ OpenMSX is free alternative music for OpenTTD game engine. -WWW: http://dev.openttdcoop.org/projects/openmsx +WWW: http://dev.openttdcoop.org/projects/openmsx diff --git a/games/opensfx/Makefile b/games/opensfx/Makefile index aa11b0c3f94e..acd376a93732 100644 --- a/games/opensfx/Makefile +++ b/games/opensfx/Makefile @@ -13,14 +13,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative sounds for OpenTTD game engine +LICENSE= CCPL +LICENSE_NAME= Creative Commons Public License +LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt +LICENSE_PERMS= auto-accept + USE_ZIP= yes NO_BUILD= yes LATEST_LINK= openttd-${PORTNAME} -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/share/openttd/baseset/opensfx + @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx ${INSTALL_DATA} ${WRKDIR}/opensfx-${PORTVERSION}/* \ - ${PREFIX}/share/openttd/baseset/opensfx + ${STAGEDIR}${PREFIX}/share/openttd/baseset/opensfx .include <bsd.port.mk> diff --git a/games/opensfx/pkg-descr b/games/opensfx/pkg-descr index 8bc928dc21dd..8bb84c8b5e42 100644 --- a/games/opensfx/pkg-descr +++ b/games/opensfx/pkg-descr @@ -1,3 +1,3 @@ OpenSFX is free alternative sounds for OpenTTD game engine. -WWW: http://dev.openttdcoop.org/projects/opensfx +WWW: http://dev.openttdcoop.org/projects/opensfx |