blob: 62ce97cbaba082f6ab9d54c763b354e60f2b90d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libhangul
# Date created: 31 January 2007
# Whom: Hyogeol, Lee <hyogeollee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libhangul
PORTVERSION= 0.0.7
CATEGORIES= korean
MASTER_SITES= http://kldp.net/frs/download.php/4487/
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>
|