pkgsrc/devel/libthai/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

24 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/01/19 18:52:06 agc Exp $
DISTNAME= libthai-0.1.21
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/libthai
COMMENT= Thai language support routines
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen-doc
PKGCONFIG_OVERRIDE+= libthai.pc.in
TEST_TARGET= check
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"