197ddea8a2
Approved by: mat (mentor).
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# New ports collection makefile for: sw-aspell
|
|
# Date created: 31 March 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sw-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Swahili dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_SW= sawa
|
|
|
|
.include "${MASTERDIR}/Makefile"
|