17 lines
367 B
Makefile
17 lines
367 B
Makefile
# New ports collection makefile for: mr-aspell
|
|
# Date created: 02 June 2005
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mr-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Marathi dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_MR= a
|
|
|
|
.include "${MASTERDIR}/Makefile"
|