2013-05-06 17:18:38 +02:00
|
|
|
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
2003-08-05 12:39:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nabi
|
2013-06-22 00:29:13 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2016-09-15 02:00:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-07-14 02:02:16 +02:00
|
|
|
CATEGORIES= korean gnome
|
2003-08-05 12:39:10 +02:00
|
|
|
|
2011-08-26 21:17:09 +02:00
|
|
|
MAINTAINER= jkim@FreeBSD.org
|
2003-08-05 12:39:10 +02:00
|
|
|
COMMENT= Hangul X Input Method for Everywhere
|
|
|
|
|
2016-09-15 02:00:56 +02:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2016-09-14 17:59:34 +02:00
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
LIB_DEPENDS= libhangul.so:korean/libhangul
|
2016-09-15 02:00:56 +02:00
|
|
|
LIB_DEPENDS+= libfreetype.so:print/freetype2
|
|
|
|
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
|
|
|
|
GH_ACCOUNT= choehwanjin
|
|
|
|
GH_TAGNAME= f08d7d3
|
|
|
|
USE_GITHUB= yes
|
2007-12-17 06:44:18 +01:00
|
|
|
|
2003-08-05 12:39:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2019-11-06 19:05:56 +01:00
|
|
|
USES= autoreconf gmake gnome pkgconfig xorg
|
2016-09-15 02:00:56 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
|
|
|
USE_XORG= ice sm x11
|
2014-01-07 02:36:45 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_RADIO= LAYOUT
|
|
|
|
OPTIONS_RADIO_LAYOUT= LAYOUT_390 LAYOUT_FINAL
|
2016-09-15 02:00:56 +02:00
|
|
|
OPTIONS_SUB= yes
|
2014-01-07 02:36:45 +01:00
|
|
|
LAYOUT_DESC= Select 3-beolsik layout (default: 2-beolsik)
|
|
|
|
LAYOUT_390_DESC= 3-beolsik 390 keyboard
|
|
|
|
LAYOUT_FINAL_DESC= 3-beolsik final keyboard
|
2016-09-15 02:00:56 +02:00
|
|
|
LAYOUT_390_CONFIGURE_ON= --with-default-keyboard=39
|
|
|
|
LAYOUT_FINAL_CONFIGURE_ON= --with-default-keyboard=3f
|
|
|
|
NLS_USES= gettext localbase
|
|
|
|
|
|
|
|
post-patch-NLS-off:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.am
|
|
|
|
@${REINPLACE_CMD} -e '/^po\/Makefile\.in/d' ${WRKSRC}/configure.ac
|
|
|
|
|
|
|
|
pre-configure-NLS-on:
|
|
|
|
@(cd ${WRKSRC} && ${LOCALBASE}/bin/glib-gettextize)
|
2003-08-05 12:39:10 +02:00
|
|
|
|
2003-10-14 18:07:01 +02:00
|
|
|
.include <bsd.port.mk>
|