pkgsrc/devel/cobol-mode/Makefile
ryoon cb369352aa Import cobol-mode.el-0.0.20150505 as devel/cobol-mode.
COBOL-MODE is a major Emacs mode for editing ANSI COBOL. It provides
syntax highlighting and automatic indentation.
2015-05-05 12:38:50 +00:00

26 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/05 12:38:50 ryoon Exp $
DISTNAME= cobol-mode.el
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-0.0.20150505
CATEGORIES= devel editors
MASTER_SITES= http://www.emacswiki.org/emacs/download/
EXTRACT_SUFX= # empty
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.emacswiki.org/emacs/CobolMode
COMMENT= Emacs mode for editing COBOL source code
LICENSE= gnu-gpl-v2
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
NO_BUILD= yes
INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/cobol-mode
do-install:
${INSTALL_DATA} ${WRKSRC}/cobol-mode.el \
${DESTDIR}${EMACS_LISPPREFIX}/cobol-mode
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"