18 lines
381 B
Makefile
18 lines
381 B
Makefile
|
# 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"
|