mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
b16b8780b8
Sponsored by: Absolight
22 lines
494 B
Makefile
22 lines
494 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= doc-mode.el
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= textproc elisp
|
|
MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION}
|
|
DISTNAME= doc-mode-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Asciidoc fontlocking for emacs
|
|
|
|
USE_EMACS= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc-mode.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el
|
|
|
|
.include <bsd.port.mk>
|