blob: 3bef138d1fe0ee8ea1282b5f69ac85a60579357b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: de-ispell
# Date created: 10 February 2000
# Whom: Alexander Langer <alex@big.endian.de>
#
# $FreeBSD$
#
MAINTAINER= alex@FreeBSD.org
ISPELL_DEALT= yes
ISPELL_DENEU= yes
PORTNAME= ispell
PORTVERSION= 20001109
PORTREVISION= 3
DISTNAME= ${PORTNAME}-3.2.05
UNSQ= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl
CATEGORIES= german
MASTERDIR= ${.CURDIR}/../../textproc/ispell
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|