freebsd-ports/graphics/zint/Makefile
Alexey Dokuchaev d853044e94 graphics/zint: distfile had been rerolled, update the port accordingly
-5492511 May 24 20:26 zint-2.11.0-src.tar.gz (old)
  +5493656 May 25 09:58 zint-2.11.0-src.tar.gz (new)

The old distfile contents is identical to the new one, but was missing
the container directory (hence the need for NO_WRKSUBDIR).  While here,
chase HTTP/1.1 301 redirection in the WWW line of the port description.

Reported by:	pkg-fallout
2022-05-28 09:18:06 +00:00

28 lines
719 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
PORTNAME= zint
PORTVERSION= 2.11.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= danfe@FreeBSD.org
COMMENT= Barcode generator (library and utilities)
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>