Date: Mon, 17 Feb 2014 05:21:50 +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: r344652 - head/games/libmaitretarot Message-ID: <201402170521.s1H5LoNG063613@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 17 05:21:50 2014 New Revision: 344652 URL: http://svnweb.freebsd.org/changeset/ports/344652 QAT: https://qat.redports.org/buildarchive/r344652/ Log: - Stage support - While here fix format Modified: head/games/libmaitretarot/Makefile Modified: head/games/libmaitretarot/Makefile ============================================================================== --- head/games/libmaitretarot/Makefile Mon Feb 17 05:21:06 2014 (r344651) +++ head/games/libmaitretarot/Makefile Mon Feb 17 05:21:50 2014 (r344652) @@ -1,22 +1,21 @@ # Created by: thierry@pompo.net # $FreeBSD$ -PORTNAME= libmaitretarot -PORTVERSION= 0.1.98 +PORTNAME= libmaitretarot +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= Core library of MaitreTarot, a Tarot card game +MAINTAINER= thierry@FreeBSD.org +COMMENT= Core library of MaitreTarot, a Tarot card game 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?201402170521.s1H5LoNG063613>