File:  [cvs.NetBSD.org] / pkgsrc / graphics / dmtx-utils / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Sun May 7 12:33:45 2023 UTC (22 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: recursive bumpf ro math/imath shlib bump

# $NetBSD: Makefile,v 1.5 2023/05/07 12:33:45 wiz Exp $

DISTNAME=	dmtx-utils-0.7.6
PKGREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=dmtx/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/dmtx/dmtx-utils
COMMENT=	Command line programs for reading and writing Data Matrix 2D barcodes
LICENSE=	gnu-lgpl-v2.1

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES
USE_TOOLS+=	autoconf automake pkg-config

pre-configure:
	cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} --force --install

.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../graphics/libdmtx/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>