blob: 5e97a1aa336be6c907e1a8a74146dd5552c291cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|