mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
c720fc84b6
Approved by: portmgr (blanket)
29 lines
700 B
Makefile
29 lines
700 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
|
|
PORTNAME= zint
|
|
PORTVERSION= 2.10.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Zint Barcode Generator
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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 \
|
|
widgets xml
|
|
|
|
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>
|