mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
22 lines
490 B
Makefile
22 lines
490 B
Makefile
PORTNAME= liblouis
|
|
PORTVERSION= 3.32.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>
|