diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:23:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:23:01 +0000 |
commit | 7c1ee81fab17a3ce0f8eb74c1bf1abc9a8db2517 (patch) | |
tree | fcf73fd133c516e50152657e45aa94e7daa64a55 /games/libmt_client | |
parent | 1e09ec87eac7dd6cd03a8031751826b3e1d506f0 (diff) |
- Stage support
- While here fix format
Notes
Notes:
svn path=/head/; revision=344655
Diffstat (limited to 'games/libmt_client')
-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> |