1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/graphics/zint/Makefile
Mark Linimon 67ee66ba41 Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
While here, pet portlint.

PR:		235695
Submitted by:	Piotr Kubaj
2019-02-25 00:40:56 +00:00

28 lines
671 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= zint
DISTVERSION= 2.6.3_rc2 # NOT a "release candidate", fixup for 2.6.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.6.3
DISTNAME= ${PORTNAME}-${DISTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= Zint Barcode Generator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
PORTSCOUT= skipv:2.6.3
USES= cmake compiler:c++11-lang qt:5
USE_LDCONFIG= yes
USE_QT= buildtools_build qmake_build uitools_build core gui widgets
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
.include <bsd.port.mk>