1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/libthai/Makefile
Antoine Brodin 38e8f93368 Update devel/doxygen to 1.8.9
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
2014-12-31 06:45:10 +00:00

29 lines
629 B
Makefile

# Created by: Thawatchai Piyawat <piyawat@usablelabs.com>
# $FreeBSD$
PORTNAME= libthai
PORTVERSION= 0.1.21
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
MAINTAINER= ports@FreeBSD.org
COMMENT= Thai language support library
LICENSE= LGPL21
LIB_DEPENDS= libdatrie.so:${PORTSDIR}/devel/libdatrie
USES= gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOXYGEN
OPTIONS_SUB= yes
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_CONFIGURE_ENABLE= doxygen-doc
.include <bsd.port.mk>