18 lines
371 B
Makefile
18 lines
371 B
Makefile
# New ports collection makefile for: br-aspell
|
|
# Date created: 1 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= br-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Breton dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_BR= ya
|
|
|
|
.include "${MASTERDIR}/Makefile"
|