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