summaryrefslogtreecommitdiff
path: root/games/avoision/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-11-23 08:57:06 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-11-23 08:57:06 +0000
commitd4fb58e427d571d9f780ed4886487b48d6161d83 (patch)
tree45d3ff09ce42a4df2433326fb85ff294c69a2ab1 /games/avoision/Makefile
parent- Update to new version (diff)
- 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=334649
Diffstat (limited to 'games/avoision/Makefile')
-rw-r--r--games/avoision/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/games/avoision/Makefile b/games/avoision/Makefile
index d5b70d3755c9..00f764aebb20 100644
--- a/games/avoision/Makefile
+++ b/games/avoision/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/avsn/
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Simple collect-dots-avoid-blocks 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>