summaryrefslogtreecommitdiff
path: root/games/mt_dolphin_ia/Makefile
blob: ce1c80bd36f4a1cf594ca5f402aa42b60db3650a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	mt_dolphin_ia
# Date created:		Sun 7 mar 2004
# Whom:			thierry@pompo.net
#
# $FreeBSD$
#

PORTNAME=		mt_dolphin_ia
PORTVERSION=		0.1.98
PORTREVISION=	1
CATEGORIES=		games
MASTER_SITES=		${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	maitretarot/${PORTNAME}.pkg/${PORTVERSION}

MAINTAINER=		thierry@FreeBSD.org
COMMENT=		A basic AI for MaitreTarot, a Tarot card game

LIB_DEPENDS=		mt_client.0:${PORTSDIR}/games/libmt_client

USE_BZIP2=		yes
GNU_CONFIGURE=		yes
USE_GNOME=		glib20 libxml2
USE_GETOPT_LONG=	yes

CONFIGURE_ARGS=		--with-libmt_client=${LOCALBASE}	\
			--with-libmaitretarot=${LOCALBASE}

PLIST_FILES=		bin/mt_dolphin_ia

.include <bsd.port.mk>