Files
sthen e7938db9ca bump revision of ports which have a pkg-config check for ncursesw which
may now be taking different codepaths now we install the .pc file (some
e.g. python 3 definitely are)
2026-01-31 18:24:22 +00:00

32 lines
591 B
Makefile

COMMENT = intelligent phonetic input method library
V = 0.7.0
REVISION = 0
DISTNAME = libchewing-$V
PKGNAME = zh-libchewing-$V
SHARED_LIBS = chewing 0.2 # .3.3.1
CATEGORIES = chinese inputmethods
HOMEPAGE = http://chewing.im/
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
# LGPLv2.1 only
PERMIT_PACKAGE= Yes
WANTLIB += c sqlite3
SITES = https://github.com/chewing/libchewing/releases/download/v$V/
EXTRACT_SUFX = .tar.zst
MODULES = devel/cmake
LIB_DEPENDS = databases/sqlite3
CFLAGS += -I${LOCALBASE}/include
MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -lc
.include <bsd.port.mk>