freebsd-ports/german/ispell/Makefile

25 lines
515 B
Makefile
Raw Normal View History

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