29 lines
683 B
Makefile
29 lines
683 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.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= korean gnome x11
|
|
MASTER_SITES= http://download.kldp.net/nabi/
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Hangul X Input Method for Everywhere
|
|
|
|
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>
|