diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-16 22:49:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-16 22:49:33 +0000 |
commit | 5bdfd1bed5cc68cacf53a8bdcd51ff1052e8514d (patch) | |
tree | 6bddc22b5722a20a86fbf37e1b54febb7a471c70 /games/chroma | |
parent | 78bfa21948bcaa2761e77101663ec08e0df98fa1 (diff) | |
download | ports-5bdfd1bed5cc68cacf53a8bdcd51ff1052e8514d.tar.gz ports-5bdfd1bed5cc68cacf53a8bdcd51ff1052e8514d.zip |
Notes
Diffstat (limited to 'games/chroma')
-rw-r--r-- | games/chroma/Makefile | 16 | ||||
-rw-r--r-- | games/chroma/distinfo | 5 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games/chroma/Makefile b/games/chroma/Makefile index c1efc1d451d6..a424a7696678 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chroma -PORTVERSION= 1.08 -PORTREVISION= 7 +PORTVERSION= 1.15 CATEGORIES= games MASTER_SITES= http://www.level7.org.uk/chroma/download/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,10 +10,11 @@ MASTER_SITES= http://www.level7.org.uk/chroma/download/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Abstract puzzle game -USES= tar:bzip2 gettext +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext localbase tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lintl PORTDOCS= * PORTDATA= * @@ -37,8 +37,10 @@ SDL_USE= SDL=sdl,image SDL_PLIST_FILES= bin/${PORTNAME} post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}* + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}* .include <bsd.port.mk> diff --git a/games/chroma/distinfo b/games/chroma/distinfo index 2f5385cd0dda..8057404babaa 100644 --- a/games/chroma/distinfo +++ b/games/chroma/distinfo @@ -1,2 +1,3 @@ -SHA256 (chroma-1.08.tar.bz2) = 9dbb2dd8404d4792a04d24d877abd708c1348acb085848698ff316821fa54e32 -SIZE (chroma-1.08.tar.bz2) = 2699673 +TIMESTAMP = 1474040124 +SHA256 (chroma-1.15.tar.bz2) = 25c7582b0961000c2bea1502fc1e14c7498d08a3b8f9794d0bf92bc98b1cf55b +SIZE (chroma-1.15.tar.bz2) = 2690725 |