blob: 2f66c5dd5fc0c3884fb1f1a6d79fe8c5a791ff17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: bn-aspell
# Date created: 28 August 2004
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= bn-aspell
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Bengali dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_BN= ha
.include "${MASTERDIR}/Makefile"
|