ports/textproc/doc-mode.el/Makefile
Ashish SHUKLA f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00

25 lines
561 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
PORTREVISION= 9
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 ${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el
.include <bsd.port.mk>