Merge branch 'staged'
[dports.git] / devel / libthai / Makefile
1 PORTNAME=       libthai
2 DISTVERSION=    0.1.29
3 CATEGORIES=     devel
4 MASTER_SITES=   https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \
5                 https://linux.thai.net/pub/thailinux/software/libthai/
6
7 MAINTAINER=     ports@FreeBSD.org
8 COMMENT=        Thai language support library
9 WWW=            https://linux.thai.net/projects/libthai/
10
11 LICENSE=        LGPL21+
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 LIB_DEPENDS=    libdatrie.so:devel/libdatrie
15
16 USES=           gmake libtool pathfix pkgconfig tar:xz
17 GNU_CONFIGURE=  yes
18 INSTALL_TARGET= install-strip
19 USE_LDCONFIG=   yes
20
21 OPTIONS_DEFINE= DOXYGEN
22 OPTIONS_SUB=    yes
23
24 DOXYGEN_BUILD_DEPENDS=  doxygen:devel/doxygen
25 DOXYGEN_CONFIGURE_ENABLE=       doxygen-doc
26
27 .include <bsd.port.mk>