freebsd-ports/textproc/spell/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

30 lines
802 B
Makefile

# New ports collection makefile for: spell-1.0
# Date created: Wed Apr 24 10:17:36 EDT 2002
# Whom: Brian Skrab <brian@quynh-and-brian.org>
#
# $FreeBSD$
#
PORTNAME= spell
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU} \
http://cottage.quynh-and-brian.org/freebsd/ports/distfiles/
MASTER_SITE_SUBDIR= spell
MAINTAINER= brian@quynh-and-brian.org
COMMENT= A GNU implementation of the UNIX spell utility using Ispell
IGNORE= overwrites file installed by dependency
EXPIRATION_DATE= 2005-02-18
DEPRECATED= "${IGNORE}"
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
post-install:
install-info ${PREFIX}/info/spell.info ${PREFIX}/info/dir
.include <bsd.port.mk>