1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/blackjack/Makefile

23 lines
389 B
Makefile
Raw Normal View History

# New ports collection makefile for: blackjack
# Date created: 23 February 1998
# Whom: Peter Mutsaers
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= blackjack
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT= yes
MAN1= blackjack.1
.include <bsd.port.mk>