mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
65edaaa1f5
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# New ports collection makefile for: acm
|
|
# Version required: 1.0
|
|
# Date created: 23 February 1998
|
|
# Whom: Peter Mutsaers
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/08/07 23:56:19 asami Exp $
|
|
#
|
|
|
|
DISTNAME= blackjack-1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
|
|
MAINTAINER= plm@xs4all.nl
|
|
|
|
USE_QT= yes
|
|
WRKSRC= ${WRKDIR}/blackjack
|
|
|
|
MAN1= blackjack.1
|
|
|
|
.include <bsd.port.mk>
|