28 lines
727 B
Makefile
28 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/04/22 13:43:56 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-chewing-0.3.3
|
|
PKGREVISION= 5
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://chewing.csie.net/download/scim/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://chewing.csie.net/
|
|
COMMENT= SCIM IMEngine module for Chewing input method
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/libchewing/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|