f330dfe827
Noticed by: bento
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: de-ispell
|
|
# Date created: 10 February 2000
|
|
# Whom: Alexander Langer <alex@big.endian.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ispell
|
|
CATEGORIES= german
|
|
PKGNAMESUFFIX= -20001109
|
|
|
|
MAINTAINER= alex@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
|
|
ISPELL_DEALT= yes
|
|
ISPELL_DENEU= yes
|
|
MASTERDIR= ${.CURDIR}/../../textproc/ispell
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|