diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:21:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:21:50 +0800 |
commit | ad8dcc92aadb852fa5ed5864801040733f8c1939 (patch) | |
tree | fbf68b646063b1747ca2bfa0d1164f66bd8a9f8c | |
parent | 987d106e3bc89c74dfc08fcf9ef6005d90eb7bff (diff) | |
download | freebsd-ports-gnome-ad8dcc92aadb852fa5ed5864801040733f8c1939.tar.gz freebsd-ports-gnome-ad8dcc92aadb852fa5ed5864801040733f8c1939.tar.zst freebsd-ports-gnome-ad8dcc92aadb852fa5ed5864801040733f8c1939.zip |
- Stage support
- While here fix format
-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> |