summaryrefslogtreecommitdiff
path: root/print/glabels/Makefile
blob: d9652d30f4c1721a29a51364357fd54bbdc3f29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $NetBSD: Makefile,v 1.117 2020/11/05 09:08:59 ryoon Exp $

DISTNAME=	glabels-3.4.1
PKGREVISION=	6
CATEGORIES=	print gnome
MASTER_SITES=	${MASTER_SITE_GNOME:=sources/glabels/3.4/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://glabels.org/
COMMENT=	Program for creating labels and business cards
LICENSE=	gnu-gpl-v3

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes

USE_TOOLS+=	intltool pkg-config perl gmake
USE_TOOLS+=	msgfmt msgmerge xgettext

TOOL_DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2

PKGCONFIG_OVERRIDE+=	libglabels/libglabels-3.0.pc.in
PKGCONFIG_OVERRIDE+=	libglbarcode/libglbarcode-3.0.pc.in

.include "../../devel/glib2/schemas.mk"
.include "../../converters/qrencode/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"