Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 06:54:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344669 - head/games/maitretarot
Message-ID:  <201402170654.s1H6s1xK000574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb 17 06:54:01 2014
New Revision: 344669
URL: http://svnweb.freebsd.org/changeset/ports/344669
QAT: https://qat.redports.org/buildarchive/r344669/

Log:
  - Stage support
  - Fix Format

Modified:
  head/games/maitretarot/Makefile

Modified: head/games/maitretarot/Makefile
==============================================================================
--- head/games/maitretarot/Makefile	Mon Feb 17 06:53:32 2014	(r344668)
+++ head/games/maitretarot/Makefile	Mon Feb 17 06:54:01 2014	(r344669)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170654.s1H6s1xK000574>