17 lines
370 B
Makefile
17 lines
370 B
Makefile
# New ports collection makefile for: nl-aspell
|
|
# Date created: 2 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nl-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Dutch dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_NL= ja
|
|
|
|
.include "${MASTERDIR}/Makefile"
|