forked from Lainports/freebsd-ports
barcodes on Linux, Unix, OS X, Windows, and certain mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. 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. WWW: http://www.libdmtx.org/
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# New ports collection makefile for: libdmtx
|
|
# Date created: 16 April 2009
|
|
# Whom: johans
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdmtx
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= johans@stack.nl
|
|
COMMENT= Software for reading and writing Data Matrix barcodes
|
|
|
|
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
MAN1= dmtxread.1 dmtxwrite.1 dmtxquery.1
|
|
MAN3= libdmtx.3
|
|
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|