An EVE Online skill monitoring standalone application.
WWW: http://gtkevemon.battleclinic.com PR: ports/173909 Feature safe: yes
This commit is contained in:
parent
9993b3d461
commit
cef8f30ed4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307877
@ -361,6 +361,7 @@
|
||||
SUBDIR += gti
|
||||
SUBDIR += gtkatlantic
|
||||
SUBDIR += gtkballs
|
||||
SUBDIR += gtkevemon
|
||||
SUBDIR += gtklife
|
||||
SUBDIR += gtkpool
|
||||
SUBDIR += gtkradiant
|
||||
|
35
games/gtkevemon/Makefile
Normal file
35
games/gtkevemon/Makefile
Normal file
@ -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>
|
2
games/gtkevemon/distinfo
Normal file
2
games/gtkevemon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Version%201.8-135.tar.gz) = b2608c37a8b2c3d9f696db74dfdde809c72010c3aecde9162eb1d68215096e84
|
||||
SIZE (Version%201.8-135.tar.gz) = 306699
|
3
games/gtkevemon/pkg-descr
Normal file
3
games/gtkevemon/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An EVE Online skill monitoring standalone application.
|
||||
|
||||
WWW: http://gtkevemon.battleclinic.com
|
4
games/gtkevemon/pkg-plist
Normal file
4
games/gtkevemon/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/applications/gtkevemon.desktop
|
||||
share/pixmaps/gtkevemon.png
|
||||
bin/gtkevemon
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user