e019e1994f
longer had time to work on FreeBSD. We appreciate the help in the past. Approved by: alex (former maintainer)
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# New ports collection makefile for: deneu-ispell
|
|
# Date created: 10 February 2000
|
|
# Whom: Alexander Langer <alex@big.endian.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ispell
|
|
CATEGORIES= german
|
|
PKGNAMESUFFIX= -neu-20001109
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
ISPELL_DENEU= yes
|
|
MASTERDIR= ${.CURDIR}/../../textproc/ispell
|
|
USE_PERL5= yes
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|