1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/graphics/zint/Makefile
Alexey Dokuchaev 4b7ea8d419 graphics/zint: update the port to version 2.12.0
Reported by:	portscout
2023-01-04 04:32:02 +00:00

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>