svn commit: r416233 - head/games/bomns

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 1 09:03:52 UTC 2016


Author: amdmi3
Date: Wed Jun  1 09:03:50 2016
New Revision: 416233
URL: https://svnweb.freebsd.org/changeset/ports/416233

Log:
  - Switch to USES=localbase
  - Switch to options helpers

Modified:
  head/games/bomns/Makefile

Modified: head/games/bomns/Makefile
==============================================================================
--- head/games/bomns/Makefile	Wed Jun  1 08:33:00 2016	(r416232)
+++ head/games/bomns/Makefile	Wed Jun  1 09:03:50 2016	(r416233)
@@ -19,23 +19,22 @@ GH_ACCOUNT=	keithfancher
 GH_PROJECT=	Bomns-for-Linux
 GH_TAGNAME=	113be27
 
-USES=		cmake
+USES=		cmake localbase
+CMAKE_ARGS=	-Wno-dev
 USE_SDL=	mixer sdl
 USE_GNOME=	gtk20
-CMAKE_ARGS+=	-Wno-dev
 USE_CSTD=	gnu89
 INSTALLS_ICONS=	yes
 
-CFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ENV+=	LIBS=-L${LOCALBASE}/lib
-
 PORTDOCS=	AUTHORS ChangeLog README
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:
 	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/
 
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list