- Add LICENSE_FILE
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
dc6a97e9e0
commit
3af570d5af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521262
2 changed files with 6 additions and 3 deletions
|
@ -15,13 +15,16 @@ MAINTAINER= rum1cro@yandex.ru
|
|||
COMMENT= Free alternative music for OpenTTD game engine
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
USES= zip
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/openmsx-${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
|
||||
${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
|
||||
${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
OpenMSX is free alternative music for OpenTTD game engine.
|
||||
|
||||
WWW: http://dev.openttdcoop.org/projects/openmsx
|
||||
WWW: https://github.com/OpenTTD/OpenMSX
|
||||
|
|
Loading…
Reference in a new issue