2003-08-05 12:39:10 +02:00
|
|
|
# New ports collection makefile for: nabi
|
|
|
|
# Date created: 5 August 2003
|
|
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nabi
|
2008-05-30 07:35:15 +02:00
|
|
|
PORTVERSION= 0.99.2
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
2005-07-14 02:02:16 +02:00
|
|
|
CATEGORIES= korean gnome
|
2008-05-30 07:35:15 +02:00
|
|
|
MASTER_SITES= http://kldp.net/frs/download.php/4619/
|
2003-08-05 12:39:10 +02:00
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
|
|
COMMENT= Hangul X Input Method for Everywhere
|
|
|
|
|
2007-12-17 06:44:18 +01:00
|
|
|
LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul
|
|
|
|
|
2003-08-05 12:39:10 +02:00
|
|
|
USE_GMAKE= yes
|
2003-11-10 15:45:27 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2003-08-05 12:39:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-06 06:29:46 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2003-08-05 12:39:10 +02:00
|
|
|
|
2003-08-25 03:23:38 +02:00
|
|
|
.if defined(WITH_LAYOUT_390)
|
2003-08-28 15:16:22 +02:00
|
|
|
CONFIGURE_ARGS= --with-default-keyboard=39
|
2003-08-25 03:23:38 +02:00
|
|
|
.elif defined(WITH_LAYOUT_3FINAL)
|
2003-08-28 15:16:22 +02:00
|
|
|
CONFIGURE_ARGS= --with-default-keyboard=3f
|
2003-08-25 03:23:38 +02:00
|
|
|
.endif
|
2003-08-05 12:39:10 +02:00
|
|
|
|
2003-10-14 18:07:01 +02:00
|
|
|
.include <bsd.port.mk>
|