Index: head/games/ecwolf/Makefile =================================================================== --- head/games/ecwolf/Makefile (revision 502203) +++ head/games/ecwolf/Makefile (revision 502204) @@ -1,36 +1,39 @@ # $FreeBSD$ PORTNAME= ecwolf PORTVERSION= 1.3.3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ MAINTAINER= pkubaj@anongoth.pl COMMENT= Source port for Wolfenstein 3D, Spear of Destiny +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/docs/license-gpl.txt + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \ pkgconfig sdl tar:xz USE_GNOME= cairo gdkpixbuf2 gtk20 USE_SDL= mixer sdl SUB_FILES= ecwolf pkg-message SUB_LIST= PORTNAME=${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ share/${PORTNAME}/${PORTNAME} \ share/${PORTNAME}/${PORTNAME}.pk3 do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${BUILD_WRKSRC}/${PORTNAME}.pk3 \ ${STAGEDIR}${DATADIR} .include Index: head/games/ecwolf/pkg-descr =================================================================== --- head/games/ecwolf/pkg-descr (revision 502203) +++ head/games/ecwolf/pkg-descr (revision 502204) @@ -1,10 +1,10 @@ ECWolf is an advanced source port for Wolfenstein 3D, Spear of Destiny, and Super 3D Noah's Ark based off of the Wolf4SDL code base. ECWolf pulls a substantial amount of code from ZDoom and aims to provide a wide array of mod editing capabilities without the need to modify the source code. Most importantly you will no longer need to replace entire data sets. With ECWolf you could for example add a weapon without needing to distribute every sprite in the game along with it. Mods will be neatly packaged into a single file just like they are for Doom. -WWW: https://maniacsvault.net/ecwolf +WWW: https://maniacsvault.net/ecwolf/