freebsd-ports/korean/nabi/Makefile
Hye-Shik Chang 5582299e46 Update to 0.19
PR:		108592
Submitted by:	"Hyo Geol, Lee" <Hyogeollee@gmail.com>
2007-12-17 05:44:18 +00:00

30 lines
723 B
Makefile

# New ports collection makefile for: nabi
# Date created: 5 August 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nabi
PORTVERSION= 0.19
CATEGORIES= korean gnome
MASTER_SITES= http://kldp.net/frs/download.php/4095/
MAINTAINER= perky@FreeBSD.org
COMMENT= Hangul X Input Method for Everywhere
LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.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>