594bafc6a4
PR: ports/65005 Approved by: mat (mentor) Repo copied by: marcus (cvs).
18 lines
382 B
Makefile
18 lines
382 B
Makefile
# New ports collection makefile for: no-aspell
|
|
# Date created: 2 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nn-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Norwegian Nynorsk dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_NN= ja
|
|
|
|
.include "${MASTERDIR}/Makefile"
|