blob: 8440e1a908f7a356ce395671c4658d1fb226771c (
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-ispell
# Date created: 13 January 2001
# Whom: alex
#
# $FreeBSD$
#
MAINTAINER= alex@FreeBSD.org
ISPELL_NL= yes
PORTNAME= nl-ispell
PORTVERSION= 1.0.0
PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../ispell
BROKEN= "Install fails"
.include "${MASTERDIR}/Makefile"
|