mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add gd-aspell , aspell with Scottish Gaelic dictionary.
Approved by: mat (mentor).
This commit is contained in:
parent
cb8b3d3613
commit
0c38a86f64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107274
3 changed files with 21 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
|||
SUBDIR += ga-aspell
|
||||
SUBDIR += galax
|
||||
SUBDIR += gauche-sxml
|
||||
SUBDIR += gd-aspell
|
||||
SUBDIR += gdict
|
||||
SUBDIR += gdome2
|
||||
SUBDIR += gl-aspell
|
||||
|
|
17
textproc/gd-aspell/Makefile
Normal file
17
textproc/gd-aspell/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: gd-aspell
|
||||
# Date created: 16 April 2004
|
||||
# Whom: Thierry Thomas <thierry@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gd-aspell
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Aspell with Scottish Gaelic dictionary
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aspell
|
||||
|
||||
ASPELL_GD= aidh
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
textproc/gd-aspell/pkg-descr
Normal file
3
textproc/gd-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Aspell with Scottish Gaelic dictionary.
|
||||
|
||||
WWW: http://aspell.net/
|
Loading…
Add table
Reference in a new issue