5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
27 lines
589 B
Makefile
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>
|