aboutsummaryrefslogtreecommitdiff
path: root/graphics/libdmtx/Makefile
blob: 60ad7ca13d0eadc2fa51faa9a9c631110795e904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: johans

PORTNAME=	libdmtx
DISTVERSIONPREFIX=	v
DISTVERSION=	0.7.5
CATEGORIES=	graphics

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Library for reading and writing Data Matrix barcodes

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pathfix autoreconf libtool

USE_GITHUB=	yes
GH_ACCOUNT=	dmtx

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>