18 lines
371 B
Makefile
18 lines
371 B
Makefile
|
# New ports collection makefile for: qu-aspell
|
||
|
# Date created: 28 August 2004
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= qu-aspell
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Aspell with Quechua dictionary
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_QU= ari
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|