Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 05:23: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: r344655 - head/games/libmt_client
Message-ID:  <201402170523.s1H5N1gA064066@svn.freebsd.org>

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

Log:
  - Stage support
  - While here fix format

Modified:
  head/games/libmt_client/Makefile

Modified: head/games/libmt_client/Makefile
==============================================================================
--- head/games/libmt_client/Makefile	Mon Feb 17 05:22:27 2014	(r344654)
+++ head/games/libmt_client/Makefile	Mon Feb 17 05:23:01 2014	(r344655)
@@ -1,24 +1,23 @@
 # Created by: thierry@pompo.net
 # $FreeBSD$
 
-PORTNAME=		libmt_client
-PORTVERSION=		0.1.98
+PORTNAME=	libmt_client
+PORTVERSION=	0.1.98
 PORTREVISION=	4
-CATEGORIES=		games
-MASTER_SITES=		${MASTER_SITE_SAVANNAH}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	maitretarot
 
-MAINTAINER=		thierry@FreeBSD.org
-COMMENT=		Client-side library of MaitreTarot, a Tarot card game
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Client-side library of MaitreTarot, a Tarot card game
 
-LIB_DEPENDS=		maitretarot.0:${PORTSDIR}/games/libmaitretarot
+LIB_DEPENDS=	maitretarot.0:${PORTSDIR}/games/libmaitretarot
 
 USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
-USE_BZIP2=		yes
-GNU_CONFIGURE=		yes
-USE_GNOME=		glib20 libxml2 lthack
-USE_LDCONFIG=		yes
+USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
+USE_GNOME=	glib20 libxml2 lthack
+USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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