1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/libthai/Makefile
2017-10-29 06:57:53 +00:00

29 lines
622 B
Makefile

# Created by: Thawatchai Piyawat <piyawat@usablelabs.com>
# $FreeBSD$
PORTNAME= libthai
PORTVERSION= 0.1.27
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MAINTAINER= ports@FreeBSD.org
COMMENT= Thai language support library
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>