blob: 61a3267a40c9abf650a3770d8eb4ba0f0b32ead3 (
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
# Version required: 2.2
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.5 1998/09/28 02:16:36 steve Exp $
#
DISTNAME= xblackjack-2.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@FreeBSD.org
BROKEN_ELF= lesstif does not work for this one
REQUIRES_MOTIF= yes
USE_IMAKE= yes
MAN1= xblackjack.1
.include <bsd.port.mk>
|