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
28 lines
581 B
Makefile
28 lines
581 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= paredit-mode.el
|
|
PORTVERSION= 24
|
|
PORTREVISION= 6
|
|
CATEGORIES= editors elisp
|
|
MASTER_SITES= http://mumble.net/~campbell/emacs/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
DISTNAME= paredit-${PORTVERSION}.el
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Minor mode for performing editing of S-expression data
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= emacs
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= ${EMACS_SITE_LISPDIR}/paredit.el
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
|
|
|
|
.include <bsd.port.mk>
|