pkgsrc/inputmethod/gcin/Makefile

37 lines
1,012 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2008/11/28 02:03:01 obache Exp $
#
DISTNAME= gcin-1.1.7
PKGREVISION= 1
CATEGORIES= inputmethod
#MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
MASTER_SITES= http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.csie.nctu.edu.tw/~cp76/gcin/
COMMENT= Gtk Chinese INput application in X
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --x11base=${X11BASE:Q}
CONFIGURE_ARGS+= --use_xim=Y
CONFIGURE_ARGS+= --new_gtk_im=Y
2006-02-01 04:03:51 +01:00
USE_TOOLS+= pkg-config gmake
GTK2_IMMODULES= yes
REPLACE_INTERPRETER+= sh
REPLACE.sh.old= /bin/bash
REPLACE.sh.new= ${SH}
REPLACE_FILES.sh= configure
REPLACE_FILES.sh+= scripts/gcin-user-setup
REPLACE_FILES.sh+= scripts/modify-XIM
REPLACE_FILES.sh+= scripts/utf8-edit
.include "../../x11/gtk2/modules.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"