New port: it-ispell
Italian dictionary for the ispell spell-checking program. PR: 125842 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
This commit is contained in:
parent
062db9c3e8
commit
7058061ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218844
2 changed files with 18 additions and 0 deletions
|
@ -243,6 +243,7 @@
|
|||
SUBDIR += iso8879
|
||||
SUBDIR += ispell
|
||||
SUBDIR += it-aspell
|
||||
SUBDIR += it-ispell
|
||||
SUBDIR += jade
|
||||
SUBDIR += jakarta-commons-digester
|
||||
SUBDIR += jakarta-poi
|
||||
|
|
17
textproc/it-ispell/Makefile
Normal file
17
textproc/it-ispell/Makefile
Normal file
|
@ -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"
|
Loading…
Reference in a new issue