File:  [cvs.NetBSD.org] / pkgsrc / graphics / dmtx-utils / Makefile
Revision 1.16: download - view: text, annotated - select for diffs
Thu Jul 11 19:53:35 2024 UTC (7 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: bump for raqm option in gd & ImageMagick

to be on the safe side

# $NetBSD: Makefile,v 1.16 2024/07/11 19:53:35 wiz Exp $

DISTNAME=	dmtx-utils-0.7.6
PKGREVISION=	13
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>