as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
28 lines
671 B
Makefile
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= 2
|
|
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>
|