18 lines
369 B
Makefile
18 lines
369 B
Makefile
|
# New ports collection makefile for: ta-aspell
|
||
|
# Date created: 28 August 2004
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ta-aspell
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Aspell with Tamil dictionary
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_TA= aam
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|