blob: cb970537d2dd9d599757c43c80ead74d21e63405 (
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
# Date created: 10 February 2000
# Whom: Alexander Langer <alex@big.endian.de>
#
# $FreeBSD$
#
MAINTAINER= alex@big.endian.de
ISPELL_BRITISH= yes
PORTNAME= british-ispell
PORTVERSION= 3.1
MASTERDIR= ${.CURDIR}/../ispell
SCRIPTS_ENV= ISPELL_BRITISH=yes
.include "${MASTERDIR}/Makefile"
|