blob: 31d56147e90fac1502f3bc55bdf1eab91c02f592 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: fo-aspell
# Date created: 2 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= fo-aspell
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Aspell with Faroese dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_FO= yes
.include "${MASTERDIR}/Makefile"
|