cdbe93b11c
Use unicode version of 2.8 Use a c++11 enable compiler instead of hardcoding gcc Support stage
32 lines
770 B
Makefile
32 lines
770 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openyahtzee
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Full-featured classic dice game Yahtzee
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
|
|
|
USES= tar:bzip2 compiler:c++11-lang
|
|
USE_WX= 2.8
|
|
WX_UNICODE= yes
|
|
WX_CONF_ARGS= absolute
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/openyahtzee \
|
|
share/applications/openyahtzee.desktop \
|
|
share/pixmaps/openyahtzee.png \
|
|
man/man6/openyahtzee.6.gz
|
|
|
|
.include <bsd.port.mk>
|