17 lines
373 B
Makefile
17 lines
373 B
Makefile
# 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
|
|
COMMENT= Aspell with Faroese dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_FO= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|