blob: 3d6775585b20f1cc4fa09bd92be458d669aa9aea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
PORTCOMMENT= Aspell with Russian dictionary
MASTERDIR= ${.CURDIR}/../../textproc/aspell
ASPELL_RU= da
.include "${MASTERDIR}/Makefile"
|