summaryrefslogtreecommitdiff
path: root/graphics/dmtx-utils/Makefile
blob: fb0e1373e8267217da8dff757ab5b1e9d014d3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	dmtx-utils
# Date created:				3 June 2011
# Whom:					johans
#
# $FreeBSD$
#

PORTNAME=	dmtx-utils
PORTVERSION=	0.7.4
CATEGORIES=	graphics
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=libdmtx/libdmtx/${PORTVERSION}

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

LIB_DEPENDS=	dmtx.0:${PORTSDIR}/graphics/libdmtx

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include

MAN1=		dmtxread.1 dmtxwrite.1 dmtxquery.1
PLIST_FILES=	bin/dmtxread bin/dmtxwrite bin/dmtxquery

.include <bsd.port.mk>