diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:23:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:23:01 +0800 |
commit | b8caf29951388b88f041d066bf42aac3ff5a94ee (patch) | |
tree | fcf73fd133c516e50152657e45aa94e7daa64a55 | |
parent | 510ee7ebd1f1a73307dd81a39d090bc1e420ba2d (diff) | |
download | freebsd-ports-gnome-b8caf29951388b88f041d066bf42aac3ff5a94ee.tar.gz freebsd-ports-gnome-b8caf29951388b88f041d066bf42aac3ff5a94ee.tar.zst freebsd-ports-gnome-b8caf29951388b88f041d066bf42aac3ff5a94ee.zip |
- Stage support
- While here fix format
-rw-r--r-- | games/libmt_client/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index 02f57b1b8860..d8561e9581c8 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -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> |