aboutsummaryrefslogtreecommitdiffstats
path: root/korean/nabi/Makefile
blob: 0aaca12ca37ad85d6393c14f9d8297ade97d65b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    nabi
# Date created:     5 August 2003
# Whom:         Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   nabi
PORTVERSION=    0.99.7
CATEGORIES= korean gnome
MASTER_SITES=   http://kldp.net/frs/download.php/5633/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Hangul X Input Method for Everywhere

LIB_DEPENDS=    hangul.1:${PORTSDIR}/korean/libhangul

USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack gtk20
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

.if defined(WITH_LAYOUT_390)
CONFIGURE_ARGS= --with-default-keyboard=39
.elif defined(WITH_LAYOUT_3FINAL)
CONFIGURE_ARGS= --with-default-keyboard=3f
.endif

.include <bsd.port.mk>