1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/korean/nabi/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 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.99.2
PORTREVISION= 1
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
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>