diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-12 09:19:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-12 09:19:28 +0000 |
commit | e55947e28fe672bf0fd7bad4e6d70429fff0a1a7 (patch) | |
tree | 9bb95103956fb685eba72af58a42ddfcabadfc22 /games/libmt_client | |
parent | 15648d115751894174a28fb5e771676b55b2292e (diff) |
Use the new infrastructure and define licenses for maitretarot' ports.
Notes
Notes:
svn path=/head/; revision=351080
Diffstat (limited to 'games/libmt_client')
-rw-r--r-- | games/libmt_client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index d8561e9581c8..01e3be88be93 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -11,11 +11,12 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Client-side library of MaitreTarot, a Tarot card game -LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +LICENSE= GPLv2 -USES= pkgconfig +LIB_DEPENDS= libmaitretarot.so:${PORTSDIR}/games/libmaitretarot + +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 lthack USE_LDCONFIG= yes |