aboutsummaryrefslogblamecommitdiff
path: root/korean/nabi/Makefile
blob: 7ba7980ae24cc9bbc87394afe01f23efefe69fea (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
                      
                            
                                                      
 
                                

                                                    

                     

                                                     
                   
                                           
                   


                         

                                            



                               
 
                            
                                          
                                 
                                          
      
 
                      
# New ports collection makefile for:	nabi
# Date created:		5 August 2003
# Whom:			Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	nabi
PORTVERSION=	0.99.9
CATEGORIES=	korean gnome
MASTER_SITES=	http://kldp.net/frs/download.php/5926/

MAINTAINER=	jkim@FreeBSD.org
COMMENT=	Hangul X Input Method for Everywhere

LICENSE=	GPLv2

LIB_DEPENDS=	hangul.1:${PORTSDIR}/korean/libhangul

USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack gtk20
GNU_CONFIGURE=	yes

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
CPPFLAGS+=	"-I${LOCALBASE}/include"
PLIST_SUB+=	NLS=""
.else
PLIST_SUB+=	NLS="@comment "
.endif

.if defined(WITH_LAYOUT_390)
CONFIGURE_ARGS=	--with-default-keyboard=39
.elif defined(WITH_LAYOUT_3FINAL)
CONFIGURE_ARGS=	--with-default-keyboard=3f
.endif

.include <bsd.port.mk>