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 | |
parent | 15648d115751894174a28fb5e771676b55b2292e (diff) | |
download | ports-e55947e28fe672bf0fd7bad4e6d70429fff0a1a7.tar.gz ports-e55947e28fe672bf0fd7bad4e6d70429fff0a1a7.zip |
Notes
-rw-r--r-- | games/cardpics/Makefile | 5 | ||||
-rw-r--r-- | games/libmaitretarot/Makefile | 5 | ||||
-rw-r--r-- | games/libmt_client/Makefile | 7 | ||||
-rw-r--r-- | games/maitretarot/Makefile | 7 | ||||
-rw-r--r-- | games/mt_dolphin_ia/Makefile | 9 | ||||
-rw-r--r-- | games/mt_gtk_client/Makefile | 10 |
6 files changed, 25 insertions, 18 deletions
diff --git a/games/cardpics/Makefile b/games/cardpics/Makefile index f2bab15a74e7..8c8bb7507130 100644 --- a/games/cardpics/Makefile +++ b/games/cardpics/Makefile @@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Free cards for your free card games! -USE_BZIP2= yes +LICENSE= GPLv2 + +USES= tar:bzip2 +NO_ARCH= yes GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index f2846f30f212..081edfe86219 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -11,9 +11,10 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game -USES= pkgconfig +LICENSE= GPLv2 + +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 lthack USE_LDCONFIG= yes 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 diff --git a/games/maitretarot/Makefile b/games/maitretarot/Makefile index 78d1f9d8cb42..7ee56c16e6be 100644 --- a/games/maitretarot/Makefile +++ b/games/maitretarot/Makefile @@ -11,10 +11,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Server side of MaitreTarot, a Tarot card game -LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +LICENSE= GPLv2 -USES= pkgconfig -USE_BZIP2= yes +LIB_DEPENDS= libmaitretarot.so:${PORTSDIR}/games/libmaitretarot + +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/games/mt_dolphin_ia/Makefile b/games/mt_dolphin_ia/Makefile index 5cc3e009202c..6c0c84afe696 100644 --- a/games/mt_dolphin_ia/Makefile +++ b/games/mt_dolphin_ia/Makefile @@ -3,7 +3,7 @@ PORTNAME= mt_dolphin_ia PORTVERSION= 0.1.98 -PORTREVISION= 3 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= maitretarot @@ -11,10 +11,11 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= A basic AI for MaitreTarot, a Tarot card game -LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +LICENSE= GPLv2 -USES= pkgconfig -USE_BZIP2= yes +LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client + +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/games/mt_gtk_client/Makefile b/games/mt_gtk_client/Makefile index 1df9486c2426..2876b43ffbe5 100644 --- a/games/mt_gtk_client/Makefile +++ b/games/mt_gtk_client/Makefile @@ -3,7 +3,7 @@ PORTNAME= mt_gtk_client PORTVERSION= 0.1.98 -PORTREVISION= 10 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= maitretarot @@ -11,12 +11,13 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= GTK+ client for MaitreTarot, a Tarot card game -LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +LICENSE= GPLv2 + +LIB_DEPENDS= libmt_client.so:${PORTSDIR}/games/libmt_client RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpics -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext pkgconfig +USES= gettext pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) @@ -26,5 +27,4 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/maitretarot_server:${PORTSDIR}/games/maitretarot RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:${PORTSDIR}/games/mt_dolphin_ia .endif -NO_STAGE= yes .include <bsd.port.mk> |