Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 01:21:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330716 - head/games/biloba
Message-ID:  <201310180121.r9I1L0uc083556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310180121.r9I1L0uc083556>