ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/graphics/libdmtx/Makefile
Revision: 19981
Committed: Sat Aug 22 23:00:24 2015 UTC (8 years, 7 months ago) by laffer1
File size: 561 byte(s)
Log Message:
fix fetch

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/graphics/libdmtx/Makefile,v 1.10 2011/10/11 07:17:43 mm Exp $
3
4 PORTNAME= libdmtx
5 PORTVERSION= 0.7.4
6 PORTREVISION= 1
7 CATEGORIES= graphics
8 MASTER_SITES= SF
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Library for reading and writing Data Matrix barcodes
12 LICENSE= other
13
14 LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick
15
16 USES= tar:bzip2 libtool
17 GNU_CONFIGURE= yes
18 USE_LDCONFIG= yes
19
20 post-patch:
21 @${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \
22 ${WRKSRC}/Makefile.in
23
24 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H