summaryrefslogtreecommitdiff
path: root/games/xblackjack/Makefile
blob: 954c58cada37e6f0b730b13be71394ed0ee2b8be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    xblackjack
# Date created:         8/16/1996
# Whom:                 erich@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	xblackjack
PORTVERSION=	2.2
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	games
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An X11/Motif blackjack game

BROKEN=		"Broken by open-motif upgrade"

USE_MOTIF=	yes
USE_IMAKE=	yes
MAN1=		xblackjack.1

.include <bsd.port.mk>