15 lines
295 B
Makefile
15 lines
295 B
Makefile
# Created by: Alexander Langer <alex@big.endian.de>
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
ISPELL_BRITISH= yes
|
|
PORTNAME= british-ispell
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 1
|
|
MASTERDIR= ${.CURDIR}/../ispell
|
|
|
|
SCRIPTS_ENV= ISPELL_BRITISH=yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|