Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

38
inputmethod/gcin/Makefile Normal file
View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.25 2013/06/06 12:54:36 wiz Exp $
#
DISTNAME= gcin-1.1.7
PKGREVISION= 13
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
MAKE_JOBS_SAFE= no
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
USE_TOOLS+= pkg-config gmake
GTK2_IMMODULES= yes
.include "../../x11/gtk2/modules.mk"
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/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"