7135fcadcc
Many of these definitely do not depend on readline. So there must be a different underlying problem, and that should be tracked down instead of papering over it.
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/12/12 14:22:03 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libchewing-0.4.0
|
|
PKGREVISION= 5
|
|
CATEGORIES= chinese inputmethod
|
|
MASTER_SITES= https://github.com/chewing/libchewing/releases/download/v${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://chewing.im/
|
|
COMMENT= The intelligent phonetic input method library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
PKGCONFIG_OVERRIDE= chewing.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|