mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e7938db9ca
may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)
32 lines
591 B
Makefile
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>
|