blob: 1ac85e2bedb608a48ff95dcc768f7615e7ee784b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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= 19991219
MASTERDIR= ${.CURDIR}/../../textproc/ispell
.include "${MASTERDIR}/Makefile"
|