mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
18 lines
367 B
Makefile
18 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"
|