freebsd-ports/devel/libthai/Makefile
Fernando Apesteguía 7372d83bda devel/libthai: update to 0.1.28
* Change PORTVERSION to DISTVERSION
* Bumping PORTREVISION for dependent ports

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16547
2018-08-01 20:28:12 +00:00

28 lines
622 B
Makefile

# Created by: Thawatchai Piyawat <piyawat@usablelabs.com>
# $FreeBSD$
PORTNAME= libthai
DISTVERSION= 0.1.28
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>