freebsd-ports/korean/libhangul/Makefile
Dmitry Marakasov 7bd6e78424 - Update to 0.0.9
PR:		130227
Submitted by:	Hyogeol Lee <hyogeollee at gmail dot com> (maintainer)
2009-01-12 03:27:01 +00:00

21 lines
485 B
Makefile

# New ports collection makefile for: libhangul
# Date created: 31 January 2007
# Whom: Hyogeol, Lee <hyogeollee@gmail.com>
#
# $FreeBSD$
#
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>