forked from Lainports/freebsd-ports
Add ispell slave port for Slovak dictionary.
PR: ports/105970 Submitted by: Martin Otto <gamato@users.sourceforge.net> Approved by: erwin (mentor)
This commit is contained in:
parent
8b34ce6ab3
commit
7b082ba5ba
2 changed files with 18 additions and 0 deletions
|
|
@ -854,6 +854,7 @@
|
|||
SUBDIR += sgrep2
|
||||
SUBDIR += silvercity
|
||||
SUBDIR += sk-aspell
|
||||
SUBDIR += sk-ispell
|
||||
SUBDIR += skim
|
||||
SUBDIR += skribe
|
||||
SUBDIR += sl-aspell
|
||||
|
|
|
|||
17
textproc/sk-ispell/Makefile
Normal file
17
textproc/sk-ispell/Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: sk-ispell
|
||||
# Date created: 28 Nov 2006
|
||||
# Whom: Martin Otto
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sk-ispell
|
||||
PORTVERSION= 0.3.2
|
||||
|
||||
MAINTAINER= gamato@users.sf.net
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ispell
|
||||
ISPELL_SK= yes
|
||||
SCRIPTS_ENV= ISPELL_SK=yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue