aboutsummaryrefslogtreecommitdiff
path: root/graphics/kf6-prison/Makefile
blob: 63f7b3fbf58196c10ea591eb53342c287f67dd29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	prison
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	graphics kde kde-frameworks

COMMENT=	Qt-based barcode abstraction layer/library
MAINTAINER=	kde@FreeBSD.org

LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
		libqrencode.so:graphics/libqrencode \
		libZXing.so:textproc/zxing-cpp

USES=		cmake gl kde:6 qt:6 tar:xz
USE_GL=		gl opengl
USE_KDE=	ecm:build
USE_QT=		base declarative multimedia

.include <bsd.port.mk>