freebsd-ports/textproc/xslide.el/Makefile
Kris Kennaway 131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00

44 lines
861 B
Makefile

# New ports collection makefile for: xslide.el
# Date created: 14 January 2002
# Whom: Leo Kim <leo@florida.sarang.net>
#
# $FreeBSD$
#
PORTNAME= xslide.el
PORTVERSION= 0.2
CATEGORIES= textproc elisp
MASTER_SITES= http://www.menteith.com/xslide/data/
DISTNAME= xslide
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs major mode for editing XSL stylesheets
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_ZIP= yes
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
do-install:
@${MKDIR} ${ELISPDIR}
@${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && \
${INSTALL_DATA} \
xslide.el \
xslide-abbrev.el \
xslide-data.el \
xslide-font.el \
xslide-initial.xsl \
xslide-process.el \
${ELISPDIR} && \
${INSTALL_DATA} \
CHANGELOG.TXT README.TXT ${DOCSDIR} \
)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>