1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/dmtx-utils/Makefile
Johan van Selst 0041b0fa6f New port: dmtx-utils
This port includes the command line utilities that were
previously included in the graphics/libdmtx package

dmtx-utils - software for reading and writing Data Matrix barcodes

libdmtx is open source software for reading and writing Data Matrix
barcodes on Linux, Unix, OS X, Windows, and certain mobile devices.
The included utility programs, dmtxread and dmtxwrite, serve as the
official interface to libdmtx from the command line, and also provide
a good reference for programmers who wish to write their own programs
that interact with libdmtx.

Data Matrix barcodes are two-dimensional symbols that hold a dense
pattern of data with built-in error correction. The Data Matrix
symbology (sometimes casually referred to as "DataMatrix") was invented
and released into the public domain by RVSI Acuity CiMatrix.

WWW:	http://www.libdmtx.org/
2011-06-03 09:50:30 +00:00

27 lines
576 B
Makefile

# 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>