freebsd-ports/korean/scim-hangul/Makefile
Tijl Coosemans 4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00

33 lines
654 B
Makefile

# Created by: Junho CHOI <junho.choi@gmail.com>
# $FreeBSD$
PORTNAME= scim-hangul
PORTVERSION= 0.4.0
PORTREVISION= 2
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:${PORTSDIR}/korean/libhangul \
libscim-1.0.so:${PORTSDIR}/textproc/scim
GNU_CONFIGURE= yes
USES= gmake libtool:keepla pkgconfig
OPTIONS_DEFINE= NLS
OPTIONS_SUB= NLS
.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>