2010-08-17 20:27:04 +00:00
|
|
|
COMMENT-main = japanese input method
|
|
|
|
|
COMMENT-emacs = emacs files for anthy
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
V = 9100h
|
|
|
|
|
DISTNAME = anthy-$V
|
|
|
|
|
PKGNAME-main = anthy-$V
|
|
|
|
|
PKGNAME-emacs = emacs-anthy-$V
|
2023-08-03 16:39:50 +00:00
|
|
|
REVISION-main = 3
|
2023-10-04 23:40:05 +00:00
|
|
|
REVISION-emacs = 9
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
SHARED_LIBS += anthydic 1.0 # .1.0
|
|
|
|
|
SHARED_LIBS += anthy 1.0 # .1.0
|
|
|
|
|
SHARED_LIBS += anthyinput 1.0 # .0.0
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
CATEGORIES = inputmethods japanese
|
2010-07-24 11:44:17 +00:00
|
|
|
|
2016-05-29 21:41:45 +00:00
|
|
|
HOMEPAGE = https://anthy.osdn.jp/
|
2006-10-18 23:13:34 +00:00
|
|
|
|
|
|
|
|
# GPL, part LGPL
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
WANTLIB-main = c m
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2023-09-26 11:43:23 +00:00
|
|
|
SITES = ${SITE_OSDN_JP:=anthy/37536/}
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
FAKE_FLAGS = sysconfdir=$(PREFIX)/share/examples/anthy
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
CONFIGURE_ENV = CPPFLAGS='-I${LOCALBASE}/include' \
|
2019-03-28 02:03:27 +00:00
|
|
|
LDFLAGS='-L${LOCALBASE}/lib ${LDFLAGS}' \
|
2010-08-17 20:27:04 +00:00
|
|
|
SWIG=no
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2010-08-17 20:27:04 +00:00
|
|
|
PSEUDO_FLAVORS = no_emacs
|
|
|
|
|
FLAVOR ?=
|
2006-10-18 23:13:34 +00:00
|
|
|
|
2013-11-10 11:39:33 +00:00
|
|
|
MULTI_PACKAGES = -main -emacs
|
|
|
|
|
.include <bsd.port.arch.mk>
|
|
|
|
|
|
|
|
|
|
.if ${BUILD_PACKAGES:M-emacs}
|
2019-03-28 02:00:43 +00:00
|
|
|
BUILD_DEPENDS = emacs->=24:editors/emacs,no_x11
|
2014-11-01 00:56:44 +00:00
|
|
|
.else
|
|
|
|
|
CONFIGURE_ENV += EMACS=no
|
2010-08-17 20:27:04 +00:00
|
|
|
.endif
|
2006-10-18 23:13:34 +00:00
|
|
|
|
|
|
|
|
# can't make sense of any of these tests
|
2013-03-11 11:10:51 +00:00
|
|
|
NO_TEST = Yes
|
2006-10-18 23:13:34 +00:00
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|