pkgsrc/math/openfst/Makefile
rillig 79ae9cc434 math: align variable assignments
pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
2019-11-02 16:16:18 +00:00

21 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:20 rillig Exp $
#
DISTNAME= openfst-1.1
CATEGORIES= math
MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/
MAINTAINER= pallegra@gmail.com
HOMEPAGE= http://www.openfst.org/
COMMENT= OpenFst is a library for manipulating transducers
LICENSE= apache-2.0
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
.include "../../mk/bsd.pkg.mk"