diff options
Diffstat (limited to 'games/maitretarot/Makefile')
-rw-r--r-- | games/maitretarot/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/maitretarot/Makefile b/games/maitretarot/Makefile new file mode 100644 index 000000000000..b18e699d9f68 --- /dev/null +++ b/games/maitretarot/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: maitretarot +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= maitretarot +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Server side of MaitreTarot, a Tarot card game + +LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 libxml2 + +CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/maitretarotrc.xml + +PLIST_FILES= bin/maitretarot_server + +.include <bsd.port.mk> |