blob: bac4fbe953b94d0f80f2e04fc1759981c004ff0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 2009/11/24 11:31:04 obache Exp $
#
DISTNAME= libchewing-0.3.2
CATEGORIES= chinese inputmethod
MASTER_SITES= http://chewing.csie.net/download/libchewing/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://chewing.csie.net/
COMMENT= The intelligent phonetic input method library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= chewing.pc.in
.include "../../mk/bsd.pkg.mk"
|