2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/02/05 23:11:03 joerg Exp $
|
2003-03-04 10:10:00 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ispell.el
|
2005-08-28 06:25:28 +02:00
|
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}ispell-emacs-3.6
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2003-03-04 10:10:00 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ftp://kdstevens.com/pub/stevens/
|
|
|
|
EXTRACT_SUFX= .gz
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= wiz@NetBSD.org
|
2003-03-04 10:10:00 +01:00
|
|
|
HOMEPAGE= http://kdstevens.com/~stevens/ispell-page.html
|
|
|
|
COMMENT= Emacs interface for ispell spell checker
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
|
2003-03-04 10:10:00 +01:00
|
|
|
|
2005-08-28 06:25:28 +02:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV:C|^xemacs-||}
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2003-03-04 10:10:00 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2003-03-04 10:10:00 +01:00
|
|
|
|
|
|
|
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"
|