summaryrefslogtreecommitdiff
path: root/textproc/ispell-emacs/Makefile
blob: 821f083403b5dc7d9d2be76af13a6f3b98afa532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 09:10:00 uebayasi Exp $
#

DISTNAME=	ispell.el
PKGNAME=	ispell-emacs-3.6
CATEGORIES=	textproc
MASTER_SITES=	ftp://kdstevens.com/pub/stevens/
EXTRACT_SUFX=	.gz

MAINTAINER=	wiz@netbsd.org
HOMEPAGE=	http://kdstevens.com/~stevens/ispell-page.html
COMMENT=	Emacs interface for ispell spell checker

DEPENDS=	ispell-base-[0-9]*:../../textproc/ispell-base

WRKSRC=		${WRKDIR}
DIST_SUBDIR=	${PKGNAME_NOREV}

NO_CONFIGURE=	#
NO_BUILD=	#

do-install:
	${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/ispell
	${INSTALL_DATA} ${WRKSRC}/ispell.el ${EMACS_LISPPREFIX}/ispell

.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"