diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-09 00:37:55 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-09 00:37:55 +0800 |
commit | 79ae54c90da493ea5f12e64a7b39a68b755c4cce (patch) | |
tree | 66281ba1a934524aa66ca9ef94ebaab149f06f01 /games/fbg2 | |
parent | 4c99cc215388af053b4ecd67a6c40f7209ffd1e5 (diff) | |
download | freebsd-ports-gnome-79ae54c90da493ea5f12e64a7b39a68b755c4cce.tar.gz freebsd-ports-gnome-79ae54c90da493ea5f12e64a7b39a68b755c4cce.tar.zst freebsd-ports-gnome-79ae54c90da493ea5f12e64a7b39a68b755c4cce.zip |
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'games/fbg2')
-rw-r--r-- | games/fbg2/Makefile | 17 |
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> |