mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
dd82b2bb6e
Because of libdatrie changes, libthai also needs to be rebuilt, otherwise libthai does not get updated and, for example, xfce4 can not start with the error: /usr/local/lib/libdatrie.so.1: version DATRIE_0.2 required by /usr/local/lib/libthai.so.0 not defined And also assume MAINTAINER
29 lines
689 B
Makefile
29 lines
689 B
Makefile
PORTNAME= libthai
|
|
DISTVERSION= 0.1.29
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
|
https://linux.thai.net/pub/thailinux/software/libthai/
|
|
|
|
MAINTAINER= otis@FreeBSD.org
|
|
COMMENT= Thai language support library
|
|
WWW= https://linux.thai.net/projects/libthai/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdatrie.so:devel/libdatrie
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOXYGEN
|
|
OPTIONS_SUB= yes
|
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
|
DOXYGEN_CONFIGURE_ENABLE= doxygen-doc
|
|
|
|
.include <bsd.port.mk>
|