diff options
Diffstat (limited to 'textproc/nl-ispell')
-rw-r--r-- | textproc/nl-ispell/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile new file mode 100644 index 000000000000..b3429d4a6a8a --- /dev/null +++ b/textproc/nl-ispell/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: nl-ispell +# Date created: 13 January 2001 +# Whom: alex +# +# $FreeBSD$ +# + +MAINTAINER= alex@FreeBSD.org + +ISPELL_NO= yes +PORTNAME= nl-ispell +PORTVERSION= 1.0.0 +MASTERDIR= ${.CURDIR}/../ispell + +.include "${MASTERDIR}/Makefile" |