svn commit: r351080 - in head/games: cardpics libmaitretarot libmt_client maitretarot mt_dolphin_ia mt_gtk_client
Thierry Thomas
thierry at FreeBSD.org
Sat Apr 12 09:19:29 UTC 2014
Author: thierry
Date: Sat Apr 12 09:19:28 2014
New Revision: 351080
URL: http://svnweb.freebsd.org/changeset/ports/351080
QAT: https://qat.redports.org/buildarchive/r351080/
Log:
Use the new infrastructure and define licenses for maitretarot' ports.
Modified:
head/games/cardpics/Makefile
head/games/libmaitretarot/Makefile
head/games/libmt_client/Makefile
head/games/maitretarot/Makefile
head/games/mt_dolphin_ia/Makefile
head/games/mt_gtk_client/Makefile
Modified: head/games/cardpics/Makefile
==============================================================================
--- head/games/cardpics/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/cardpics/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -10,7 +10,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry at 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>
Modified: head/games/libmaitretarot/Makefile
==============================================================================
--- head/games/libmaitretarot/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/libmaitretarot/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -11,9 +11,10 @@ MASTER_SITE_SUBDIR= maitretarot
MAINTAINER= thierry at 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
Modified: head/games/libmt_client/Makefile
==============================================================================
--- head/games/libmt_client/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/libmt_client/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -11,11 +11,12 @@ MASTER_SITE_SUBDIR= maitretarot
MAINTAINER= thierry at 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
Modified: head/games/maitretarot/Makefile
==============================================================================
--- head/games/maitretarot/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/maitretarot/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -11,10 +11,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry at 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
Modified: head/games/mt_dolphin_ia/Makefile
==============================================================================
--- head/games/mt_dolphin_ia/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/mt_dolphin_ia/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -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 at 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
Modified: head/games/mt_gtk_client/Makefile
==============================================================================
--- head/games/mt_gtk_client/Makefile Sat Apr 12 08:28:55 2014 (r351079)
+++ head/games/mt_gtk_client/Makefile Sat Apr 12 09:19:28 2014 (r351080)
@@ -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 at 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/maitreta
RUN_DEPENDS+= ${LOCALBASE}/bin/mt_dolphin_ia:${PORTSDIR}/games/mt_dolphin_ia
.endif
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list