blob: c78b1b44e1eddc480d48b0df899a404842936d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: nl-ispell
# Date created: 13 January 2001
# Whom: alex
#
# $FreeBSD$
#
MAINTAINER= office@FreeBSD.org
ISPELL_NL= yes
PORTNAME= nl-ispell
PORTVERSION= 1.0.0
PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../ispell
.include "${MASTERDIR}/Makefile"
|