1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Stagify

- Update dependencies to new shlib format
- Add LICENSE
- Bump PORTREVISION

PR:		ports/185556
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
This commit is contained in:
Bernhard Froehlich 2014-01-27 16:29:18 +00:00
parent 5b17477a88
commit 960c464cd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341423
2 changed files with 14 additions and 15 deletions

View File

@ -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" "${COMMENT}" \
"${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>

View File

@ -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%%