Date: Mon, 27 Jan 2014 16:29:18 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341423 - head/games/freedroid Message-ID: <201401271629.s0RGTISJ088667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Mon Jan 27 16:29:18 2014 New Revision: 341423 URL: http://svnweb.freebsd.org/changeset/ports/341423 QAT: https://qat.redports.org/buildarchive/r341423/ Log: - Stagify - Update dependencies to new shlib format - Add LICENSE - Bump PORTREVISION PR: ports/185556 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) Modified: head/games/freedroid/Makefile head/games/freedroid/pkg-plist Modified: head/games/freedroid/Makefile ============================================================================== --- head/games/freedroid/Makefile Mon Jan 27 16:26:08 2014 (r341422) +++ head/games/freedroid/Makefile Mon Jan 27 16:29:18 2014 (r341423) @@ -3,15 +3,18 @@ PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION} MAINTAINER= kevinz5000@gmail.com COMMENT= Clone of the Commodore game Paradroid -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png USES= iconv USE_SDL= mixer image sdl @@ -23,17 +26,12 @@ DESKTOP_ENTRIES= "Freedroid Classic" "${ "${DATADIR}/graphics/999.png" \ "freedroid" "Game;ArcadeGame;" false -MAN6= freedroid.6 - -NO_STAGE= yes post-extract: .for d in graphics map sound @${FIND} ${WRKSRC}/${d} -type f -name "Makefile*" -print0 | \ ${XARGS} -0 ${RM} .endfor -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's#-lSDL # #;' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @@ -42,4 +40,4 @@ post-patch: @${REINPLACE_CMD} -e 's#\#include \"mac-osx/getopt\.h\"##;' \ ${WRKSRC}/src/system.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/games/freedroid/pkg-plist ============================================================================== --- head/games/freedroid/pkg-plist Mon Jan 27 16:26:08 2014 (r341422) +++ head/games/freedroid/pkg-plist Mon Jan 27 16:29:18 2014 (r341423) @@ -1,4 +1,5 @@ bin/freedroid +man/man6/freedroid.6.gz %%DATADIR%%/graphics/001.jpg %%DATADIR%%/graphics/001.png %%DATADIR%%/graphics/123.jpg @@ -104,9 +105,9 @@ bin/freedroid %%DATADIR%%/sound/dreamfish-uridium2_loader.mod %%DATADIR%%/sound/kollaps-tron.mod %%DATADIR%%/sound/starpaws.mod -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/map -@dirrm %%DATADIR%%/graphics/lanzz_theme -@dirrm %%DATADIR%%/graphics/classic_theme -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%%/sound +@dirrmtry %%DATADIR%%/map +@dirrmtry %%DATADIR%%/graphics/lanzz_theme +@dirrmtry %%DATADIR%%/graphics/classic_theme +@dirrmtry %%DATADIR%%/graphics +@dirrmtry %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271629.s0RGTISJ088667>