21 lines
416 B
Makefile
21 lines
416 B
Makefile
# New ports collection makefile for: no-ispell
|
|
# Date created: 10 February 2000
|
|
# Whom: Alexander Langer <alex@big.endian.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= alex@FreeBSD.org
|
|
|
|
BROKEN= "Does not build"
|
|
|
|
ISPELL_NO= yes
|
|
PORTNAME= no-ispell
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
MASTERDIR= ${.CURDIR}/../ispell
|
|
|
|
USE_PERL5= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|