28 lines
712 B
Makefile
28 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/06/15 13:31:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ispell.el
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}ispell-emacs-3.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://kdstevens.com/pub/stevens/
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV:C|^xemacs-||}
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
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"
|