1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/blackjack/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 1
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>