19 lines
401 B
Makefile
19 lines
401 B
Makefile
# New ports collection makefile for: fr-aspell
|
|
# Date created: 15 January 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= french
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with French dictionaries
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_FR= oui
|
|
|
|
.include "${MASTERDIR}/Makefile"
|