diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/libmaitretarot/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index e28f6ccd0701..f2846f30f212 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -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> |