Files

49 lines
1006 B
Makefile
Raw Permalink Normal View History

COMMENT-main = japanese input method
COMMENT-emacs = emacs files for anthy
2006-10-18 23:13:34 +00:00
V = 9100h
DISTNAME = anthy-$V
PKGNAME-main = anthy-$V
PKGNAME-emacs = emacs-anthy-$V
REVISION-main = 3
REVISION-emacs = 9
2006-10-18 23:13:34 +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
CATEGORIES = inputmethods japanese
2010-07-24 11:44:17 +00:00
HOMEPAGE = https://anthy.osdn.jp/
2006-10-18 23:13:34 +00:00
# GPL, part LGPL
PERMIT_PACKAGE = Yes
2006-10-18 23:13:34 +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
FAKE_FLAGS = sysconfdir=$(PREFIX)/share/examples/anthy
2006-10-18 23:13:34 +00:00
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS='-I${LOCALBASE}/include' \
2019-03-28 02:03:27 +00:00
LDFLAGS='-L${LOCALBASE}/lib ${LDFLAGS}' \
SWIG=no
2006-10-18 23:13:34 +00:00
PSEUDO_FLAVORS = no_emacs
FLAVOR ?=
2006-10-18 23:13:34 +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
.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>