18 lines
371 B
Makefile
18 lines
371 B
Makefile
|
# New ports collection makefile for: tr-aspell
|
||
|
# Date created: 31 March 2004
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= tr-aspell
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Aspell with Turkish dictionary
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_TR= evet
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|