freebsd-ports/editors/paredit-mode.el/Makefile
Yasuhiro Kimura 164249e867 editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
2022-09-21 16:48:19 +09:00

27 lines
615 B
Makefile

PORTNAME= paredit-mode.el
PORTVERSION= 24
PORTREVISION= 11
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
WWW= https://www.emacswiki.org/emacs/ParEdit
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>