svn commit: r330716 - head/games/biloba
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 18 01:21:00 UTC 2013
Author: amdmi3
Date: Fri Oct 18 01:20:59 2013
New Revision: 330716
URL: http://svnweb.freebsd.org/changeset/ports/330716
Log:
- Support staging
- Convert USE_GMAKE to USES
Deleted:
head/games/biloba/pkg-plist
Modified:
head/games/biloba/Makefile
Modified: head/games/biloba/Makefile
==============================================================================
--- head/games/biloba/Makefile Fri Oct 18 01:20:48 2013 (r330715)
+++ head/games/biloba/Makefile Fri Oct 18 01:20:59 2013 (r330716)
@@ -10,9 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/Biloba/${PO
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= A strategy board game for 2 to 4 players
-USE_SDL= image mixer sdl
-USE_GMAKE= yes
GNU_CONFIGURE= yes
+USES= gmake
+USE_SDL= image mixer sdl
+
+PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server
+PORTDATA= *
DESKTOP_ENTRIES="Biloba" \
"A strategy board game for 2 to 4 players" \
@@ -21,8 +24,7 @@ DESKTOP_ENTRIES="Biloba" \
"Game;LogicGame;" \
false
-NO_STAGE= yes
post-install:
- ${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list