1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/misc/table.el/Makefile
Tobias Kortkamp 4bc913e3fe misc/table.el: Do not install files for xemacs
It was removed in 2014.

It was installing a broken symlink too.
2019-05-30 07:33:01 +00:00

29 lines
660 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= table.el
PORTVERSION= 1.5.54
PORTREVISION= 1
CATEGORIES= misc elisp
MASTER_SITES= SF/table/table/${PORTVERSION}
DISTNAME= table-${PORTVERSION}.el.gz
EXTRACT_SUFX= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Create and edit WYSIWYG text based embedded tables in Emacs
NO_BUILD= yes
NO_WRKSUBDIR= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
do-extract:
${MKDIR} ${WRKDIR}
${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${EMACSLISPDIR}
.include <bsd.port.mk>