diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 14:54:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 14:54:01 +0800 |
commit | 1e70ca4d622f5779c825ac7d70622d78300340e7 (patch) | |
tree | 142f9fdba6dcbe2741f036afc21a0e61132609ba | |
parent | 6394fd81f46fd91f0b5ba0b43927f6307a81f111 (diff) | |
download | freebsd-ports-gnome-1e70ca4d622f5779c825ac7d70622d78300340e7.tar.gz freebsd-ports-gnome-1e70ca4d622f5779c825ac7d70622d78300340e7.tar.zst freebsd-ports-gnome-1e70ca4d622f5779c825ac7d70622d78300340e7.zip |
- Stage support
- Fix Format
-rw-r--r-- | games/maitretarot/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/games/maitretarot/Makefile b/games/maitretarot/Makefile index 16a7029dbcf5..78d1f9d8cb42 100644 --- a/games/maitretarot/Makefile +++ b/games/maitretarot/Makefile @@ -1,26 +1,25 @@ # Created by: thierry@pompo.net # $FreeBSD$ -PORTNAME= maitretarot -PORTVERSION= 0.1.98 +PORTNAME= maitretarot +PORTVERSION= 0.1.98 PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= thierry@FreeBSD.org -COMMENT= Server side of MaitreTarot, a Tarot card game +MAINTAINER= thierry@FreeBSD.org +COMMENT= Server side of MaitreTarot, a Tarot card game -LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot -USES= pkgconfig -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= glib20 libxml2 +USES= pkgconfig +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 libxml2 -CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/maitretarotrc.xml +CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/maitretarotrc.xml -PLIST_FILES= bin/maitretarot_server +PLIST_FILES= bin/maitretarot_server -NO_STAGE= yes .include <bsd.port.mk> |