2013-09-20 20:35:44 +02:00
|
|
|
# Created by: johans
|
2011-06-03 11:50:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dmtx-utils
|
|
|
|
PORTVERSION= 0.7.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2011-06-03 11:50:30 +02:00
|
|
|
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
|
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2011-06-03 11:50:30 +02:00
|
|
|
.include <bsd.port.mk>
|