freebsd-ports/german/ispell/Makefile
Dirk Meyer 119ffec125 - DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local
- PORTREVISTION bumped

PR:		28368
2001-08-01 05:06:44 +00:00

24 lines
599 B
Makefile

# 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= 2
DISTNAME= ${PORTNAME}-3.2.04
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"