aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-08 16:39:45 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-08 16:39:45 +0000
commitd18a180211dda12cd188400e0543bc92af46cf65 (patch)
treeb391da6fe58291ed9db47c08d2cc9da9a5fe6524 /games
parent958c2a88c9a81bd609bffabc65471a144f2593b3 (diff)
downloadports-d18a180211dda12cd188400e0543bc92af46cf65.tar.gz
ports-d18a180211dda12cd188400e0543bc92af46cf65.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=335911
Diffstat (limited to 'games')
-rw-r--r--games/thegrind/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile
index 38c41f5178ad..74299198ad32 100644
--- a/games/thegrind/Makefile
+++ b/games/thegrind/Makefile
@@ -7,15 +7,15 @@ PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/radius-engine/ld21/
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Simple game about escaping from work
LICENSE= GPLv2
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
@@ -35,13 +35,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>