blob: 755b2d601b8a178b5758f1827d9ff96d52d6545e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
|