aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libdmtx/Makefile
blob: 4cac9dc2b05811d6ad516a64ac57a3e5e602c66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: johans
# $FreeBSD$

PORTNAME=   libdmtx
PORTVERSION=    0.7.4
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=   SF

MAINTAINER= johans@FreeBSD.org
COMMENT=    Library for reading and writing Data Matrix barcodes

LIB_DEPENDS=    libMagickWand.so:${PORTSDIR}/graphics/ImageMagick

USES=       tar:bzip2 libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>