mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1c56a071cb
While unbreaking configuration in poudriere, also convert USE_BZIP2. Covered by just-fix-it blanket.
25 lines
564 B
Makefile
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>
|