18 lines
370 B
Makefile
18 lines
370 B
Makefile
|
# New ports collection makefile for: mt-aspell
|
||
|
# Date created: 31 March 2004
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= mt-aspell
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Aspell with Maltese dictionary
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_MT= iva
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|