freebsd-ports/misc/table.el/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
636 B
Makefile

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
WWW= https://table.sourceforge.net/
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>