2000-02-11 20:52:21 +00:00
|
|
|
# New ports collection makefile for: de-ispell
|
|
|
|
# Date created: 10 February 2000
|
|
|
|
# Whom: Alexander Langer <alex@big.endian.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-08-29 05:16:32 +00:00
|
|
|
PORTNAME= ispell
|
|
|
|
CATEGORIES= german
|
2008-04-01 14:05:23 +00:00
|
|
|
PKGNAMESUFFIX= -20071211
|
2001-08-29 05:16:32 +00:00
|
|
|
|
2005-10-01 06:09:00 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-11 20:52:21 +00:00
|
|
|
|
2002-11-04 01:16:55 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
|
2000-02-11 20:52:21 +00:00
|
|
|
ISPELL_DEALT= yes
|
|
|
|
ISPELL_DENEU= yes
|
2001-02-06 13:13:16 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/ispell
|
2000-02-11 20:52:21 +00:00
|
|
|
|
2001-08-01 05:06:44 +00:00
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
|
|
.include "${.CURDIR}/Makefile.local"
|
|
|
|
.endif
|
|
|
|
|
2000-02-11 20:52:21 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|