blob: ba840f80e1defe37fe15a7ecc66550fb02a0a4ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: de-ispell
# Date created: 10 February 2000
# Whom: Alexander Langer <alex@big.endian.de>
#
# $FreeBSD$
#
MAINTAINER= alex@big.endian.de
ISPELL_DEALT= yes
ISPELL_DENEU= yes
PORTNAME= ispell
PORTVERSION= 19991219
PKGNAMEPREFIX= de-
MASTERDIR= ${.CURDIR}/../ispell
.include "${MASTERDIR}/Makefile"
|