blob: e0214a29b9a6f001b86e95e827696d8345e1d0ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|