mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4894611069
PR: 5822 Submitted by: Peter Mutsaers <plm@xs4all.nl
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# New ports collection makefile for: acm
|
|
# Version required: 1.0
|
|
# Date created: 23 February 1998
|
|
# Whom: Peter Mutsaers
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= blackjack-1.0
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
|
|
MAINTAINER= plm@xs4all.nl
|
|
|
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
|
|
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt
|
|
|
|
MAN1= blackjack.1
|
|
|
|
.include <bsd.port.mk>
|