18 lines
401 B
Makefile
18 lines
401 B
Makefile
# New ports collection makefile for: ru-aspell
|
|
# Date created: 1 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= russian
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Russian dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_RU= da
|
|
|
|
.include "${MASTERDIR}/Makefile"
|