diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-19 14:43:55 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-19 14:43:55 +0000 |
commit | 7058061ce7d75923f6dbb9d65fad3459633b2d53 (patch) | |
tree | 067fa913e0aec4e794d479b7804531b5fc3f1148 /textproc/it-ispell/Makefile | |
parent | 062db9c3e87d8e36f46e287b012ed41a0a84f488 (diff) |
New port: it-ispell
Italian dictionary for the ispell spell-checking program.
PR: 125842
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes
Notes:
svn path=/head/; revision=218844
Diffstat (limited to 'textproc/it-ispell/Makefile')
-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" |