aboutsummaryrefslogtreecommitdiff
path: root/games/fbg2
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-08 16:37:55 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-08 16:37:55 +0000
commit958c2a88c9a81bd609bffabc65471a144f2593b3 (patch)
tree66281ba1a934524aa66ca9ef94ebaab149f06f01 /games/fbg2
parent728e900461c0dbd19edcb716647eedec33c3cc24 (diff)
downloadports-958c2a88c9a81bd609bffabc65471a144f2593b3.tar.gz
ports-958c2a88c9a81bd609bffabc65471a144f2593b3.zip
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS - Support STAGEDIR Approved by: pawel / wg (mentors, implicit)
Notes
Notes: svn path=/head/; revision=335910
Diffstat (limited to 'games/fbg2')
-rw-r--r--games/fbg2/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/games/fbg2/Makefile b/games/fbg2/Makefile
index d57091f0630c..014428963356 100644
--- a/games/fbg2/Makefile
+++ b/games/fbg2/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/fbg/
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Classic block-stacking arcade game
LICENSE= GPLv2 CCbyNCSA3
@@ -18,9 +18,9 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine
-LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \
- png15:${PORTSDIR}/graphics/png \
- physfs.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libphysfs.so.1:${PORTSDIR}/devel/physfs
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
USES= pkgconfig
@@ -39,13 +39,8 @@ PORTDOCS= ChangeLog
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>