27 lines
659 B
Makefile
27 lines
659 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/05/15 11:39:29 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-ccinput-0.3.1
|
|
CATEGORIES= inputmethod chinese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= SCIM IMEngine module for CCInput
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config bash msgfmt
|
|
CONFIG_SHELL= ${BASH}
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|