20 lines
403 B
Makefile
20 lines
403 B
Makefile
# New ports collection makefile for: xblackjack
|
|
# Version required: 2.2
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/08/17 10:26:10 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xblackjack-2.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|