blob: 7f0c07cdc90258bee585dcd9eb410228c98ba655 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Alexander Langer <alex@big.endian.de>
# $FreeBSD$
PORTNAME= ispell
CATEGORIES= german
PKGNAMESUFFIX= -20071211
MAINTAINER= office@FreeBSD.org
USES= perl5
ISPELL_DEALT= yes
ISPELL_DENEU= yes
MASTERDIR= ${.CURDIR}/../../textproc/ispell
.if exists(${.CURDIR}/Makefile.local)
NO_STAGE= yes
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|