mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# New ports collection makefile for: xblackjack
|
|
# Version required: 2.2
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/10/13 14:18:50 jseger Exp $
|
|
#
|
|
|
|
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>
|