mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
cc95712fbe
Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
29 lines
780 B
Makefile
29 lines
780 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glogg
|
|
DISTVERSION= 1.1.4
|
|
PORTREVISION= 2
|
|
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= qmake desktop-file-utils
|
|
USE_QT5= 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>
|