blob: 3ec1bcc7fac1c6801f9d4519c058143c7edd8f94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: et-aspell
# Date created: 28 August 2004
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= et-aspell
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Estonian dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_ET= jah
.include "${MASTERDIR}/Makefile"
|