mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
acb77e7f73
doc-mode is an emacs mode for editing documentation, specifically designed for use with asciidoc (textproc/asciidoc). WWW: http://xpt.sourceforge.net/tools/doc-mode/ PR: ports/123339 Submitted by: peter.schuller@infidyne.com
28 lines
591 B
Makefile
28 lines
591 B
Makefile
# New ports collection makefile for: doc-mode.el
|
|
# Date created: 2 May 2008
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doc-mode.el
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= textproc elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=xpt
|
|
DISTNAME= doc-mode-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= peter.schuller@infidyne.com
|
|
COMMENT= Asciidoc fontlocking for emacs
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME?=emacs22
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el
|
|
|
|
.include <bsd.port.mk>
|