diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 10:54:39 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 10:54:39 +0000 |
| commit | 5a1cfd05bb5a8bc5bd6eb1cb94e09d01bac2ed76 (patch) | |
| tree | 39917b8db36aeedd843eb6b47464be3a69a2b21f /games/openyahtzee | |
| parent | 3b8df9fcc0992237658f0b4bf5f10afb54374010 (diff) | |
Notes
Diffstat (limited to 'games/openyahtzee')
| -rw-r--r-- | games/openyahtzee/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 45129623002d..0c3674ed1f67 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -10,20 +10,18 @@ MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} 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 \ |
