diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
commit | 591aba0faa8745617139407d4cd8d3a2c6a2259a (patch) | |
tree | c58201dfe596662f56821940b522267813007f01 /games/libmt_client/Makefile | |
parent | b406eaaac9e28e9e7f8910a7479617bab271ac40 (diff) | |
download | ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.tar.gz ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.zip |
Notes
Diffstat (limited to 'games/libmt_client/Makefile')
-rw-r--r-- | games/libmt_client/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index 883e8c0a441c..2e252262741e 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmt_client -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libmt_client PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Client-side library of MaitreTarot, a Tarot card game LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes |