blob: 97e5fbff0580fef4ac8a740ca2df5816789b15f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: british-ispell
# Version required: 3.1
# Date created: 10 February 2000
# Whom: Alexander Langer <alex@big.endian.de>
#
# $FreeBSD$
#
MAINTAINER= alex@big.endian.de
ISPELL_BRITISH= yes
PKGNAME= british-ispell-3.1
MASTERDIR= ${.CURDIR}/../ispell
SCRIPTS_ENV= ISPELL_BRITISH=yes
.include "${MASTERDIR}/Makefile"
|