Index: head/games/violetland/Makefile =================================================================== --- head/games/violetland/Makefile (revision 395698) +++ head/games/violetland/Makefile (revision 395699) @@ -1,43 +1,43 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= violetland PORTVERSION= 0.4.3 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= ${PORTNAME}-v${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Top-down survival shoot 'em up LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs -USES= cmake gettext zip dos2unix +USE_GITHUB= yes +GH_ACCOUNT= ooxi + +USES= cmake dos2unix gettext USE_SDL= sdl mixer image ttf USE_GL= gl glu DOS2UNIX_FILES= CMakeLists.txt src/system/utility/FileUtility.cpp CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" -WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} - PLIST_FILES= bin/violetland \ share/applications/violetland.desktop PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/set.libList/ s|)| ${LOCALBASE}/lib/libintl.so&|' \ ${WRKSRC}/CMakeLists.txt post-install: ${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG README_EN.TXT README_RU.TXT \ ${STAGEDIR}${DOCSDIR} .include Index: head/games/violetland/distinfo =================================================================== --- head/games/violetland/distinfo (revision 395698) +++ head/games/violetland/distinfo (revision 395699) @@ -1,2 +1,2 @@ -SHA256 (violetland-v0.4.3-src.zip) = 790565a752fa10152f2c6f55676c3fa5ffbc45678822ac7d082d815b1798767e -SIZE (violetland-v0.4.3-src.zip) = 9418609 +SHA256 (ooxi-violetland-0.4.3_GH0.tar.gz) = 678996c02ba780f6cb4199e7d85e508c6c86dd8d3793b9ff9618f1cc7c7755ad +SIZE (ooxi-violetland-0.4.3_GH0.tar.gz) = 9257919 Index: head/games/violetland/pkg-descr =================================================================== --- head/games/violetland/pkg-descr (revision 395698) +++ head/games/violetland/pkg-descr (revision 395699) @@ -1,8 +1,8 @@ In this game the player should help a girl by name of Violet to struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used. In game there are elements of RPG in the form of strength-agility-vitality and derivatives. Also there is an unique feature: dynamic change of day and night. -WWW: http://code.google.com/p/violetland/ +WWW: https://violetland.github.io/