mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
67ee66ba41
While here, pet portlint. PR: 235695 Submitted by: Piotr Kubaj
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= 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>
|