Date: Fri, 22 Jun 2018 20:55:13 +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: r473072 - head/games/hex-a-hop Message-ID: <201806222055.w5MKtD72090223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 22 20:55:12 2018 New Revision: 473072 URL: https://svnweb.freebsd.org/changeset/ports/473072 Log: - Add LICENSE - Switch to USES=localbase - Fix build with clang 6 Modified: head/games/hex-a-hop/Makefile Modified: head/games/hex-a-hop/Makefile ============================================================================== --- head/games/hex-a-hop/Makefile Fri Jun 22 20:50:27 2018 (r473071) +++ head/games/hex-a-hop/Makefile Fri Jun 22 20:55:12 2018 (r473072) @@ -10,13 +10,14 @@ MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Puzzle game based on hexagonal tiles -USES= iconv +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= iconv localbase USE_SDL= sdl GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CXXFLAGS+= -Wno-c++11-narrowing OPTIONS_DEFINE= PANGO SOUND NLS DEBUG OPTIONS_DEFAULT= SOUND @@ -42,6 +43,6 @@ DESKTOP_ENTRIES="Hex-a-Hop" "${COMMENT}" \ "hex-a-hop" "LogicGame;Game;" false post-patch: - ${REINPLACE_CMD} -E '/CFLAGS|CXXFLAGS/s/-g//' ${WRKSRC}/configure + @${REINPLACE_CMD} -E '/CFLAGS|CXXFLAGS/s/-g//' ${WRKSRC}/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806222055.w5MKtD72090223>