aboutsummaryrefslogtreecommitdiff
path: root/korean/scim-hangul/Makefile
blob: 6890c390c61151cbdfa85b1a6e89e665d388754b (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
30
31
32
# Created by: Junho CHOI <junho.choi@gmail.com>

PORTNAME=	scim-hangul
PORTVERSION=	0.4.0
PORTREVISION=	3
CATEGORIES=	korean
MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION}

MAINTAINER=	jkim@FreeBSD.org
COMMENT=	SCIM IMEngine module for Korean(Hangul) input

LICENSE=	GPLv2

LIB_DEPENDS=	libhangul.so:korean/libhangul \
		libscim-1.0.so:textproc/scim

GNU_CONFIGURE=	yes
USES=		gmake libtool:keepla pkgconfig

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=		gettext
CONFIGURE_ARGS+=--enable-nls
.else
CONFIGURE_ARGS+=--disable-nls
.endif

.include <bsd.port.mk>