1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/dmtx-utils/Makefile
John Marino 1c56a071cb graphics/dmtx-utils: USES+= pkgconfig
While unbreaking configuration in poudriere, also convert USE_BZIP2.
Covered by just-fix-it blanket.
2014-06-21 07:38:32 +00:00

25 lines
564 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
USES= tar:bzip2 pkgconfig
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>