1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/editors/paredit-mode.el/Makefile
2014-05-14 12:09:16 +00:00

24 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= paredit-mode.el
PORTVERSION= 23
CATEGORIES= editors elisp
MASTER_SITES= http://mumble.net/~campbell/emacs/
DISTNAME= paredit-${PORTVERSION}.el
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minor mode for performing editing of S-expression data
USE_EMACS= yes
NO_BUILD= 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>