diff options
Diffstat (limited to 'graphics/dmtx-utils/Makefile')
-rw-r--r-- | graphics/dmtx-utils/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index 04b1420cd1f6..9de1b5f3b202 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -3,19 +3,21 @@ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} -MAINTAINER= johans@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Software for reading and writing Data Matrix barcodes -LIB_DEPENDS= libdmtx.so:graphics/libdmtx +LICENSE= LGPL21+ -USES= tar:bzip2 pkgconfig -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include +LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ + libMagickWand-6.so:graphics/ImageMagick \ + libMagickCore-6.so:graphics/ImageMagick +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 |