blob: b4528e02c09a43c8c9ea17e44e773dad8f592089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xblackjack
# Version required: 2.2
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.1.1.1 1996/08/16 13:28:47 erich Exp $
#
DISTNAME= xblackjack-2.2
CATEGORIES+= games
MASTER_SITES= ftp://ftp.x.org/contrib/games/
MAINTAINER= erich@FreeBSD.org
REQUIRES_MOTIF= yes
USE_IMAKE= yes
.include <bsd.port.mk>
|