freebsd-ports/graphics/libdmtx/Makefile
Alex Dupre 157c469ce3 Update to 0.7.5 release and drop useless ImageMagick dependency.
PR:		241803
Submitted by:	ale
Approved by:	maintainer timeout
2019-11-23 08:26:53 +00:00

24 lines
418 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= libdmtx
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.5
CATEGORIES= graphics
MAINTAINER= hrs@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pathfix autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= dmtx
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>