aboutsummaryrefslogtreecommitdiff
path: root/sysutils/glogg/Makefile
blob: 01592b37fa0181b5fd616ade541e4f02a78acac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	glogg
DISTVERSION=	1.1.4
PORTREVISION=	9
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>