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