blob: 3784b1d10af3d0fdce40f9b8924337cd28fd5ab2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
PORTCOMMENT= Aspell with French dictionaries
MASTERDIR= ${.CURDIR}/../../textproc/aspell
ASPELL_FR= oui
.include "${MASTERDIR}/Makefile"
|