freebsd-ports/korean/nabi/Makefile

31 lines
723 B
Makefile
Raw Normal View History

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