blob: c4e4a8f09f3be55a684a9b09f2119523cff2014b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
PORTCOMMENT= Aspell with Dutch dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_NL= ja
.include "${MASTERDIR}/Makefile"
|