diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:21:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:21:50 +0000 |
commit | 0b89f62cd4c777eaf4a26bf592a2141a06909801 (patch) | |
tree | fbf68b646063b1747ca2bfa0d1164f66bd8a9f8c /games | |
parent | 601ca727c76a4bdfc3b93a5752fe071fa1334436 (diff) | |
download | ports-0b89f62cd4c777eaf4a26bf592a2141a06909801.tar.gz ports-0b89f62cd4c777eaf4a26bf592a2141a06909801.zip |
Notes
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> |