summaryrefslogtreecommitdiff
path: root/devel/liblouis/Makefile
blob: f0e7c089ad584b70cab3d1efdf60596c41394f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	liblouis
PORTVERSION=	3.33.0
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Open-source Braille Translator And Back-translator
WWW=		http://www.liblouis.org/

LICENSE=	LGPL3+

BUILD_DEPENDS=	help2man:misc/help2man

USES=		autoreconf cpe gmake libtool pathfix shebangfix
SHEBANG_FILES=	tools/lou_maketable.d/substrings.pl
USE_GITHUB=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>