mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
416 B
Makefile
17 lines
416 B
Makefile
PORTNAME= prison
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= graphics kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= API to produce barcodes
|
|
|
|
LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
|
|
libqrencode.so:graphics/libqrencode
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= core declarative gui network testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|