1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/dmtx-utils/Makefile
2013-12-29 14:43:07 +00:00

25 lines
552 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= dmtx-utils
PORTVERSION= 0.7.4
PORTREVISION= 1
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= libdmtx.so:${PORTSDIR}/graphics/libdmtx
USE_BZIP2= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery \
man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \
man/man1/dmtxquery.1.gz
.include <bsd.port.mk>