2013-09-02 23:27:53 +02:00
|
|
|
# Created by: thierry@pompo.net
|
2004-03-26 22:45:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mt_gtk_client
|
|
|
|
PORTVERSION= 0.1.98
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 12
|
2004-03-26 22:45:59 +01:00
|
|
|
CATEGORIES= games
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SAVANNAH/maitretarot
|
2004-03-26 22:45:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT= GTK+ client for MaitreTarot, a Tarot card game
|
|
|
|
|
2014-04-12 11:19:28 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libmt_client.so:games/libmt_client
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:games/cardpics
|
2004-03-26 22:45:59 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-04-12 11:19:28 +02:00
|
|
|
USES= gettext pkgconfig tar:bzip2
|
2004-03-26 22:45:59 +01:00
|
|
|
USE_GNOME= glib20 gtk20 libxml2
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_SERVER)
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/maitretarot_server:games/maitretarot
|
2004-03-26 22:45:59 +01:00
|
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_IA)
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:games/mt_dolphin_ia
|
2004-03-26 22:45:59 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|