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