mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4b7ea8d419
Reported by: portscout
29 lines
719 B
Makefile
29 lines
719 B
Makefile
PORTNAME= zint
|
|
PORTVERSION= 2.12.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Barcode generator (library and utilities)
|
|
WWW= https://www.zint.org.uk/
|
|
|
|
LICENSE= BSD3CLAUSE GPLv3+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= cmake compiler:c++11-lang cpe qt:5
|
|
USE_LDCONFIG= yes
|
|
USE_QT= buildtools:build qmake:build uitools:build core gui \
|
|
svg widgets
|
|
|
|
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \
|
|
${WRKSRC}/backend_qt/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|