mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
98eb11b2f0
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
34 lines
832 B
Makefile
34 lines
832 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openyahtzee
|
|
PORTVERSION= 1.9.2
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Full-featured classic dice game Yahtzee
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs
|
|
|
|
USES= compiler:c++11-lib tar:bzip2
|
|
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" \
|
|
"${PORTNAME}" "Game;" false
|
|
|
|
PLIST_FILES= bin/openyahtzee \
|
|
share/pixmaps/openyahtzee.png \
|
|
man/man6/openyahtzee.6.gz
|
|
|
|
.include <bsd.port.mk>
|