blob: 9bff21c460cc34231bc18e9f4aef53c2625c19c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.5 2011/10/08 08:17:51 obache Exp $
#
DISTNAME= libchewing-0.3.3
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
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= chewing.pc.in
.include "../../mk/bsd.pkg.mk"
|