Tweak games/blinken version 4.14.3
[dports.git] / games / trigger-data / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       trigger-data
4 PORTVERSION=    0.6.1
5 CATEGORIES=     games
6 MASTER_SITES=   SF/trigger-rally/trigger-${PORTVERSION}
7 DISTNAME=       trigger-rally-${PORTVERSION}-data
8
9 MAINTAINER=     makc@FreeBSD.org
10 COMMENT=        Data files for trigger-rally
11
12 USES=           tar:bzip2
13
14 DATADIR=        ${PREFIX}/share/trigger-rally
15
16 NO_ARCH=        yes
17 NO_BUILD=       yes
18
19 do-install:
20         cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
21 .for i in 16 22 24 32 36 48 64 72 96 128 192 256
22         ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \
23         ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \
24                 ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png
25 .endfor
26 # Avoid conflict with trigger-rally
27         @${RM} -f ${STAGEDIR}${DATADIR}/COPYING* \
28                 ${STAGEDIR}${DATADIR}/README*
29
30 .include <bsd.port.mk>