Index: head/games/allacrost/Makefile =================================================================== --- head/games/allacrost/Makefile (revision 262546) +++ head/games/allacrost/Makefile (revision 262547) @@ -1,83 +1,86 @@ # New ports collection makefile for: allacrost # Date created: 03 Oct 2006 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= allacrost -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A single player 2D role-playing game BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind RUN_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENAL= al USE_LUA= 5.1 USE_SDL= sdl ttf net USE_GL= yes USE_GCC= 4.2+ USE_GETTEXT= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= MANUAL OPTIONS= EDITOR "Enable editor" off .include .if defined(WITH_EDITOR) USE_QT_VER= 4 QT_NONSTANDARD= yes QT_COMPONENTS+= corelib gui opengl moc_build qt3support CONFIGURE_ARGS+=--enable-editor=yes PLIST_SUB= EDITOR="" .else CONFIGURE_ARGS+=--enable-editor=no PLIST_SUB= EDITOR="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include/|-I${LOCALBASE}/include/|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|exit -1|exit 1|; /CXXFLAGS=/ d; \ s|-lSDL |`${SDL_CONFIG} --libs` |' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^LIBS =/ s|$$| @INTLLIBS@|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^bindir = / s|games|bin|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/qt4_incdirs/ s|".*"|"${QT_INCDIR}"|; \ /qt4_libdirs/ s|".*"|"${QT_LIBDIR}"|; /test/ s|==|=|' \ ${WRKSRC}/configure .if defined(WITH_EDITOR) @${REINPLACE_CMD} -e '/^INCLUDES = / s|=|= -I${QT_INCDIR}/QtGui \ -I${QT_INCDIR}/QtOpenGL -I${QT_INCDIR}/Qt3Support \ -I${QT_INCDIR}/QtCore -I${QT_INCDIR}|' \ ${WRKSRC}/Makefile.in .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .include Property changes on: head/games/allacrost/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/games/allacrost/distinfo =================================================================== --- head/games/allacrost/distinfo (revision 262546) +++ head/games/allacrost/distinfo (revision 262547) @@ -1,3 +1,3 @@ -MD5 (allacrost_demo_source_1.0.1.tar.gz) = 934a355f5fd07c7f740e1e75d6239f34 -SHA256 (allacrost_demo_source_1.0.1.tar.gz) = c7ac37320b4b705864b0d7f5f19677f66b9d97f50898d3c2406f71f7b55c4b03 -SIZE (allacrost_demo_source_1.0.1.tar.gz) = 63754181 +MD5 (allacrost_demo_source_1.0.2.tar.gz) = c39c25a7b47daef10dff2f8cd75091ff +SHA256 (allacrost_demo_source_1.0.2.tar.gz) = d679d2c216689084e5830b2a167f26afe53503ea84ef4bb6aaa5595e82c8f894 +SIZE (allacrost_demo_source_1.0.2.tar.gz) = 63823397 Property changes on: head/games/allacrost/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/games/allacrost/pkg-descr =================================================================== --- head/games/allacrost/pkg-descr (revision 262546) +++ head/games/allacrost/pkg-descr (revision 262547) @@ -1,7 +1,7 @@ Hero of Allacrost is a game inspired by the likes of SNES-era RPGs such as Chrono Trigger and the Final Fantasy series. In Allacrost, the player explores rich environments, undertakes various quests and missions, solves dungeon puzzles, and fights strategic battles in an active time-based system. -WWW: http://www.allacrost.org +WWW: http://www.allacrost.org/ Property changes on: head/games/allacrost/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property