1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/korean/scim-hangul/Makefile
Jung-uk Kim 60afb940fa - Update to 0.4.0.
- Fix dependencies and tweak pkg-message.
- Trim makefile header, add license, and convert to optionsNG.

Feature safe:	yes
2012-11-02 22:46:30 +00:00

40 lines
752 B
Makefile

# Created by: CHOI Junho <cjh@FreeBSD.org>
# $FreeBSD$
PORTNAME= scim-hangul
PORTVERSION= 0.4.0
CATEGORIES= korean
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
MAINTAINER= jkim@FreeBSD.org
COMMENT= SCIM IMEngine module for Korean(Hangul) input
LICENSE= GPLv2
LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul \
scim-1.0:${PORTSDIR}/textproc/scim
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PKGCONFIG= build
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
@${ECHO}
.include <bsd.port.mk>