1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/games/blackjack/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
628 B
Makefile

# New ports collection makefile for: blackjack
# Date created: 23 February 1998
# Whom: Peter Mutsaers
#
# $FreeBSD$
#
PORTNAME= blackjack
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= One of the better implementations of blackjack, based on QT
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT_VER= 3
MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \
QTDIR="${QT_PREFIX}"
MAN1= blackjack.1
PLIST_FILES= bin/blackjack
.include <bsd.port.mk>