79ae9cc434
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
21 lines
501 B
Makefile
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"
|