Date: Mon, 18 Dec 2017 10:54:39 +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: r456611 - head/games/openyahtzee Message-ID: <201712181054.vBIAsdWh045732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 18 10:54:39 2017 New Revision: 456611 URL: https://svnweb.freebsd.org/changeset/ports/456611 Log: - Fix LICENSE - Switch to USES=localbase - Switch to USE_CXXSTD Modified: head/games/openyahtzee/Makefile Modified: head/games/openyahtzee/Makefile ============================================================================== --- head/games/openyahtzee/Makefile Mon Dec 18 10:52:14 2017 (r456610) +++ head/games/openyahtzee/Makefile Mon Dec 18 10:54:39 2017 (r456611) @@ -10,20 +10,18 @@ MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yah MAINTAINER= danilo@FreeBSD.org COMMENT= Full-featured classic dice game Yahtzee -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs -USES= compiler:c++11-lib tar:bzip2 +USES= compiler:c++11-lib localbase:ldflags tar:bzip2 +USE_CXXSTD= c++11 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -CXXFLAGS+= -I${LOCALBASE}/include -std=c++11 -LDFLAGS+= -L${LOCALBASE}/lib - -DESKTOP_ENTRIES="Open Yahtzee" "${COMMENT}" "${LOCALBASE}/share/pixmaps/openyahtzee.png" \ +DESKTOP_ENTRIES="Open Yahtzee" "" "${LOCALBASE}/share/pixmaps/openyahtzee.png" \ "${PORTNAME}" "Game;" false PLIST_FILES= bin/openyahtzee \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712181054.vBIAsdWh045732>