1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/korean/scim-hangul/Makefile
2021-04-06 16:31:07 +02:00

33 lines
618 B
Makefile

# 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>