36 lines
768 B
Makefile
36 lines
768 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/21 08:46:31 ajacoutot Exp $
|
|
|
|
COMMENT = library to deal with Japanese kana-to-kanji conversion
|
|
|
|
DISTNAME = libskk-1.0.0
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS = skk 0.0 # 0.0
|
|
|
|
CATEGORIES = inputmethods japanese
|
|
|
|
HOMEPAGE = https://github.com/ueno/libskk/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c ffi gee gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
|
gthread-2.0 json-glib-1.0 pcre pthread z
|
|
|
|
MASTER_SITES = http://cloud.github.com/downloads/ueno/libskk/
|
|
|
|
MODULES = devel/gettext \
|
|
textproc/intltool
|
|
BUILD_DEPENDS = devel/gobject-introspection \
|
|
lang/vala
|
|
RUN_DEPENDS = japanese/skk-jisyo
|
|
LIB_DEPENDS = devel/libgee06 \
|
|
devel/json-glib
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV = DATADIRNAME=share
|
|
|
|
.include <bsd.port.mk>
|