opnsense-ports/graphics/dmtx-utils/Makefile
Franco Fichtner 2d9c45e035 */*: sync with upstream
Taken from: HardenedBSD
2018-11-11 09:28:11 +01:00

25 lines
615 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= dmtx-utils
PORTVERSION= 0.7.4
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Software for reading and writing Data Matrix barcodes
LICENSE= LGPL21+
LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
libMagickWand-6.so:graphics/ImageMagick6 \
libMagickCore-6.so:graphics/ImageMagick6
USES= localbase tar:bzip2 pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery \
man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \
man/man1/dmtxquery.1.gz
.include <bsd.port.mk>