mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ffb60a9d57
--- WWW: http://kldp.net/projects/hangul/ PR: ports/108590 Submitted by: Hyogeol, Lee <hyogeollee at gmail.com>
22 lines
486 B
Makefile
22 lines
486 B
Makefile
# New ports collection makefile for: libhangul
|
|
# Date created: 31 Januaray 2007
|
|
# Whom: Hyogeol, Lee <hyogeollee@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libhangul
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= korean
|
|
MASTER_SITES= http://kldp.net/frs/download.php/3733/
|
|
|
|
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>
|