diff options
-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> |