Changeset View
Changeset View
Standalone View
Standalone View
games/opengfx/Makefile
| Show All 10 Lines | |||||
| MAINTAINER= rum1cro@yandex.ru | MAINTAINER= rum1cro@yandex.ru | ||||
| COMMENT= Free alternative graphics for OpenTTD game engine | COMMENT= Free alternative graphics for OpenTTD game engine | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| USES= zip | USES= zip | ||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| LATEST_LINK= openttd-${PORTNAME} | |||||
| # upstream zipped a tar file, unpack it. | # upstream zipped a tar file, unpack it. | ||||
| post-extract: | post-extract: | ||||
| @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar | @cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar | ||||
| do-install: | do-install: | ||||
| @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx | @${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx | ||||
| ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ | ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ | ||||
| ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx | ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||