Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 03:23:46 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307877 - in head/games: . gtkevemon
Message-ID:  <201211280323.qAS3NkBk024888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Nov 28 03:23:46 2012
New Revision: 307877
URL: http://svnweb.freebsd.org/changeset/ports/307877

Log:
  An EVE Online skill monitoring standalone application.
  
  WWW: http://gtkevemon.battleclinic.com
  
  PR:		ports/173909
  Feature safe:	yes

Added:
  head/games/gtkevemon/
  head/games/gtkevemon/Makefile   (contents, props changed)
  head/games/gtkevemon/distinfo   (contents, props changed)
  head/games/gtkevemon/pkg-descr   (contents, props changed)
  head/games/gtkevemon/pkg-plist   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Wed Nov 28 03:04:22 2012	(r307876)
+++ head/games/Makefile	Wed Nov 28 03:23:46 2012	(r307877)
@@ -361,6 +361,7 @@
     SUBDIR += gti
     SUBDIR += gtkatlantic
     SUBDIR += gtkballs
+    SUBDIR += gtkevemon
     SUBDIR += gtklife
     SUBDIR += gtkpool
     SUBDIR += gtkradiant

Added: head/games/gtkevemon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkevemon/Makefile	Wed Nov 28 03:23:46 2012	(r307877)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME=	gtkevemon
+DISTVERSION=	1.8-135
+CATEGORIES=	games
+MASTER_SITES=	https://bitbucket.org/BattleClinic/${PORTNAME}/get/
+DISTNAME=	Version%20${DISTVERSION}
+
+MAINTAINER=	feld@feld.me
+COMMENT=	A skill monitoring standalone application for EVE Online
+
+LIB_DEPENDS=	gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
+
+FETCH_ARGS=	-pRr
+CHANGESET=	8fa5c0b5f16b
+WRKSRC=		${WRKDIR}/BattleClinic-${PORTNAME}-${CHANGESET}/${PORTNAME}
+
+USE_GNOME=	gtk20 libxml2
+USE_GMAKE=	yes
+USE_PKGCONFIG=	both
+USE_OPENSSL=	yes
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|$$(shell pkg-config --libs openssl)|-L${OPENSSLLIB} -lssl -lcrypto|' ${WRKSRC}/src/Makefile
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/gtkevemon ${PREFIX}/bin/gtkevemon
+	${MKDIR} ${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.desktop ${PREFIX}/share/applications/gtkevemon.desktop
+	${MKDIR} ${PREFIX}/share/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.png ${PREFIX}/share/pixmaps/gtkevemon.png
+
+.include <bsd.port.post.mk>

Added: head/games/gtkevemon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkevemon/distinfo	Wed Nov 28 03:23:46 2012	(r307877)
@@ -0,0 +1,2 @@
+SHA256 (Version%201.8-135.tar.gz) = b2608c37a8b2c3d9f696db74dfdde809c72010c3aecde9162eb1d68215096e84
+SIZE (Version%201.8-135.tar.gz) = 306699

Added: head/games/gtkevemon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkevemon/pkg-descr	Wed Nov 28 03:23:46 2012	(r307877)
@@ -0,0 +1,3 @@
+An EVE Online skill monitoring standalone application.
+
+WWW: http://gtkevemon.battleclinic.com

Added: head/games/gtkevemon/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/gtkevemon/pkg-plist	Wed Nov 28 03:23:46 2012	(r307877)
@@ -0,0 +1,4 @@
+share/applications/gtkevemon.desktop
+share/pixmaps/gtkevemon.png
+bin/gtkevemon
+@dirrmtry share/applications



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211280323.qAS3NkBk024888>