summaryrefslogtreecommitdiff
path: root/graphics/libdmtx/Makefile
blob: 2a2704f4a68fb3f8664c2e27b433bb0e885d1c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.4 2020/03/24 14:52:30 nia Exp $

DISTNAME=	libdmtx-0.7.5
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=dmtx/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/dmtx/libdmtx
COMMENT=	Software for reading and writing Data Matrix 2D barcodes
LICENSE=	2-clause-bsd

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES
USE_LANGUAGES=	c99
USE_TOOLS+=	autoreconf autoconf automake

PKGCONFIG_OVERRIDE+=	libdmtx.pc.in

pre-configure:
	cd ${WRKSRC} && autoreconf -fi

.include "../../mk/bsd.pkg.mk"