blob: af2caaec1cd2b55d25df279230a0d03a999552bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: gv-aspell
# Date created: 16 April 2004
# Whom: Thierry Thomas <thierry@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gv-aspell
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Manx Gaelic dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_GV= seadh
.include "${MASTERDIR}/Makefile"
|