svn commit: r335911 - head/games/thegrind
Rusmir Dusko
nemysis at FreeBSD.org
Sun Dec 8 16:39:45 UTC 2013
Author: nemysis
Date: Sun Dec 8 16:39:45 2013
New Revision: 335911
URL: http://svnweb.freebsd.org/changeset/ports/335911
Log:
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
Modified:
head/games/thegrind/Makefile
Modified: head/games/thegrind/Makefile
==============================================================================
--- head/games/thegrind/Makefile Sun Dec 8 16:37:55 2013 (r335910)
+++ head/games/thegrind/Makefile Sun Dec 8 16:39:45 2013 (r335911)
@@ -7,15 +7,15 @@ PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/radius-engine/ld21/
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at 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>
More information about the svn-ports-all
mailing list