diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-27 02:52:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-27 02:52:27 +0800 |
commit | 3a94d9b9cf3c10558f0695537b640543a0c69946 (patch) | |
tree | 0d8f35c6f6463d7d027b8dd3dff670ffec6cc483 /games/tome4/Makefile | |
parent | 229bc267b950b9d4b34ee6f1d20b46608e3cc32b (diff) | |
download | freebsd-ports-gnome-3a94d9b9cf3c10558f0695537b640543a0c69946.tar.gz freebsd-ports-gnome-3a94d9b9cf3c10558f0695537b640543a0c69946.tar.zst freebsd-ports-gnome-3a94d9b9cf3c10558f0695537b640543a0c69946.zip |
- Update to 1.4.0
- While here, fix LICENSE
PR: 206625
Submitted by: lifanov@mail.lifanov.com
Diffstat (limited to 'games/tome4/Makefile')
-rw-r--r-- | games/tome4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index d6bac81b64e9..c32bc80998ff 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -13,7 +13,8 @@ EXTRACT_ONLY= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lifanov@mail.lifanov.com COMMENT= Epic tactical turn-based roguelike adventure -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= premake4:${PORTSDIR}/devel/premake4 LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis |