1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/libdmtx/Makefile
Beech Rintoul 7c29ed9db4 - Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00

30 lines
559 B
Makefile

# New ports collection makefile for: libdmtx
# Date created: 16 April 2009
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= libdmtx
PORTVERSION= 0.7.4
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
LIB_DEPENDS= MagickWand:${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>