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