1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/openyahtzee/Makefile
2019-12-11 17:53:48 +00:00

32 lines
781 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= openyahtzee
PORTVERSION= 1.9.3
PORTREVISION= 4
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 localbase:ldflags tar:xz
USE_CXXSTD= c++11
USE_WX= 2.8
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="Open Yahtzee" "" "${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>