ports/games/gtkevemon/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

32 lines
889 B
Makefile

# $FreeBSD$
PORTNAME= gtkevemon
PORTVERSION= 1.10.2016.02.17
PORTREVISION= 3
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= Skill monitoring standalone application for EVE Online
LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 \
libcurl.so:ftp/curl
USE_GITHUB= yes
GH_TAGNAME= ac2ca34
USES= compiler:c++11-lang pkgconfig:both gmake ssl
USE_CXXSTD= c++11
USE_GNOME= gtk30 libxml2
.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 ${STAGEDIR}${PREFIX}/bin/gtkevemon
${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.desktop ${STAGEDIR}${PREFIX}/share/applications/gtkevemon.desktop
${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.svg ${STAGEDIR}${PREFIX}/share/pixmaps/gtkevemon.svg
.include <bsd.port.post.mk>