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