forked from Lainports/freebsd-ports
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
28 lines
805 B
Makefile
28 lines
805 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glogg
|
|
DISTVERSION= 1.1.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= sysutils textproc
|
|
MASTER_SITES= http://glogg.bonnefon.org/files/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= GUI application to browse and search through long or complex log files
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils qmake qt:5
|
|
USE_QT= core gui widgets dbus buildtools_build
|
|
LDFLAGS+= -Wl,--as-needed # prevents stray USE_GL=gl, see bug#224488
|
|
|
|
PLIST_FILES= bin/glogg \
|
|
share/applications/glogg.desktop \
|
|
share/icons/hicolor/16x16/apps/glogg.png \
|
|
share/icons/hicolor/32x32/apps/glogg.png \
|
|
share/icons/hicolor/scalable/apps/glogg.svg
|
|
|
|
.include <bsd.port.mk>
|