freebsd-ports/graphics/libdmtx/Makefile
Johan van Selst f9b730436f Update libdmtx to version 0.7.4
Note binaries are no longer included in this package,
they moved to a separate distribution dmtx-utils (to be added shortly)
2011-06-03 09:46:18 +00:00

28 lines
545 B
Makefile

# New ports collection makefile for: libdmtx
# Date created: 16 April 2009
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= libdmtx
PORTVERSION= 0.7.4
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
MAN3= libdmtx.3
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>