mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4164946aa7
- Conditionally install Doxygen-generated HTML documentation - Cleanup Makefile and reformat port description while here
35 lines
662 B
Makefile
35 lines
662 B
Makefile
# Created by: Thawatchai Piyawat <piyawat@usablelabs.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libthai
|
|
PORTVERSION= 0.1.19
|
|
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= datrie:${PORTSDIR}/devel/libdatrie
|
|
|
|
USE_XZ= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
USE_PKGCONFIG= build
|
|
|
|
OPTIONS_DEFINE= DOXYGEN
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOXYGEN}
|
|
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
|
PORTDOCS= *
|
|
.else
|
|
CONFIGURE_ARGS= --disable-doxygen-doc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|