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