summaryrefslogtreecommitdiff
path: root/games/xblackjack/Makefile
blob: ce9b2d1fcbb50d8aac7c5101b7269082be3b79c6 (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
# 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

BROKEN=		"Broken by open-motif upgrade"

USE_MOTIF=	yes
USE_IMAKE=	yes
MAN1=		xblackjack.1

.include <bsd.port.mk>