diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-25 07:35:28 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-25 07:35:28 +0000 |
commit | aa0128de64d493eae7017ae87c41542b64e0afbf (patch) | |
tree | 7cce80d09e43ef935a478620ce185f4b73871f0a | |
parent | -Update to 1.0.20050524, they never bump version so add date in it on our own. (diff) |
- Remove unnedded LIB_DEPENDS (already present in SDL components: image and
mixer).
- Use CONFIGURE_ variables (instead of WRKSRC/configure).
- Add @ to REINPLACE_CMD (no echo).
- Change last line in pkg-plist to use %%DATADIR%%.
PR: ports/83881
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=140065
-rw-r--r-- | games/freedroidrpg/Makefile | 7 | ||||
-rw-r--r-- | games/freedroidrpg/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 2ac937bbe6d5..6d78a81e5491 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -15,10 +15,6 @@ DISTNAME= ${PORTNAME}-0.9.13-rc2 MAINTAINER= alejandro@varnet.biz COMMENT= Modification of the classical Freedroid engine into an RPG -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - vorbis.3:${PORTSDIR}/audio/libvorbis - USE_XLIB= yes USE_BZIP2= yes USE_SDL= mixer image net sdl @@ -38,6 +34,7 @@ BROKEN= "does not compile (missing fenv.h)" .endif post-patch: - ${REINPLACE_CMD} -e 's#-lSDL # #' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's#-lSDL # #' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.post.mk> diff --git a/games/freedroidrpg/pkg-plist b/games/freedroidrpg/pkg-plist index 8ad03491b21b..5eae9069f1ab 100644 --- a/games/freedroidrpg/pkg-plist +++ b/games/freedroidrpg/pkg-plist @@ -5584,4 +5584,4 @@ bin/pngtoico @dirrm %%DATADIR%%/graphics/backgrounds @dirrm %%DATADIR%%/graphics @dirrm %%DATADIR%%/dialogs -@dirrm share/freedroidrpg +@dirrm %%DATADIR%% |