# New ports collection makefile for:	libhangul
# Date created:				31 January 2007
# Whom:					Hyogeol, Lee <hyogeollee@gmail.com>
#
# $FreeBSD: ports/korean/libhangul/Makefile,v 1.5 2009/01/12 03:27:01 amdmi3 Exp $
#

PORTNAME=	libhangul
PORTVERSION=	0.0.9
CATEGORIES=	korean
MASTER_SITES=	http://kldp.net/frs/download.php/4943/

MAINTAINER=	hyogeollee@gmail.com
COMMENT=	A library for hangul processing

USE_ICONV=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>
