mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
bea2b0b802
Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966
34 lines
906 B
Makefile
34 lines
906 B
Makefile
# Created by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tamago
|
|
PORTVERSION= 4.0.6.0.20041122.19.14
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 5
|
|
CATEGORIES= editors elisp
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Egg V4, Multilingual Input Method for Emacsen
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= emacs
|
|
# Fails to build with Emacs 27.
|
|
# Temporarily disable devel_full and devel_nox.
|
|
EMACS_FLAVORS_EXCLUDE= devel_full devel_nox
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hrs-allbsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}"
|
|
CONFIGURE_ENV= EMACS="${EMACS_CMD}"
|
|
PLIST_SUB= ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}"
|
|
PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \
|
|
ChangeLog.2000-2001 ChangeLog.2002-2004 \
|
|
PROBLEMS README README.ja.txt TODO egg-anthy.readme
|
|
OPTIONS_DEFINE= DOCS
|
|
DOCS_CONFIGURE_ENABLE= doc
|
|
|
|
.include <bsd.port.mk>
|