freebsd-ports/games/mt_dolphin_ia/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

27 lines
589 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= mt_dolphin_ia
PORTVERSION= 0.1.98
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= maitretarot
MAINTAINER= thierry@FreeBSD.org
COMMENT= Basic AI for MaitreTarot, a Tarot card game
LICENSE= GPLv2
LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= glib20 libxml2
CONFIGURE_ARGS= --with-libmt_client=${LOCALBASE} \
--with-libmaitretarot=${LOCALBASE}
PLIST_FILES= bin/mt_dolphin_ia
.include <bsd.port.mk>