freebsd-ports/graphics/peruse/Makefile
Alex Kozlov 6bb008a3b7 - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2020-03-23 05:24:26 +00:00

23 lines
569 B
Makefile

# $FreeBSD$
PORTNAME= peruse
DISTVERSION= 1.2-186
PORTREVISION= 1
DISTVERSIONSUFFIX= -g4982089
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Comic book viewer
LICENSE= LGPL21
USES= cmake compiler:c++11-lang pkgconfig kde:5 qt:5 tar:xz
USE_GITHUB= yes
GH_ACCOUNT= KDE
USE_KDE= archive baloo completion config coreaddons ecm filemetadata i18n \
iconthemes jobwidgets kdeclarative kio package service \
widgetsaddons
USE_QT= concurrent core dbus declarative gui network opengl sql widgets \
buildtools_build qmake_build
.include <bsd.port.mk>