diff options
author | gahr <gahr@FreeBSD.org> | 2008-08-19 22:43:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-08-19 22:43:55 +0800 |
commit | e0104b8bc0b7b56d57d84d5eae936513bdb8ad53 (patch) | |
tree | da3c73ce4af037c1e4bd7f64763147616f8a744d /textproc/it-ispell | |
parent | 483a782d2323785554abfa809be3023c8e44d11d (diff) | |
download | freebsd-ports-gnome-e0104b8bc0b7b56d57d84d5eae936513bdb8ad53.tar.gz freebsd-ports-gnome-e0104b8bc0b7b56d57d84d5eae936513bdb8ad53.tar.zst freebsd-ports-gnome-e0104b8bc0b7b56d57d84d5eae936513bdb8ad53.zip |
New port: it-ispell
Italian dictionary for the ispell spell-checking program.
PR: 125842
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Diffstat (limited to 'textproc/it-ispell')
-rw-r--r-- | textproc/it-ispell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/it-ispell/Makefile b/textproc/it-ispell/Makefile new file mode 100644 index 000000000000..662800ae4f3e --- /dev/null +++ b/textproc/it-ispell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: it-ispell +# Date created: 21 July 2008 +# Whom: Pedro F. Giffuni <giffunip@tutopia.com> +# +# $FreeBSD$ +# + +PORTNAME= it-ispell +PORTVERSION= 2.3 + +MAINTAINER= giffunip@tutopia.com + +ISPELL_IT= yes + +MASTERDIR= ${.CURDIR}/../ispell + +.include "${MASTERDIR}/Makefile" |