blob: 024cfdbd48f2143573c05a3fb18174c9138b195e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= alex@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"
|