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

DISTNAME=   xblackjack-2.2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX=   .tar.Z

MAINTAINER= erich@FreeBSD.org

REQUIRES_MOTIF= yes
USE_IMAKE=  yes
MAN1=       xblackjack.1

.include <bsd.port.mk>