1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/textproc/xslide.el/Makefile
Yoichi NAKAYAMA a204dd6693 Add xslide.el, Emacs major mode for editing XSL stylesheets.
PR:		ports/33876
Submitted by:	Leo Kim <leo@florida.sarang.net>
2002-02-08 21:08:27 +00:00

44 lines
814 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= leo@florida.sarang.net
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
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>