blob: 1883ea980d8c43f8689eeb3f450ec196441a788f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
MASTERDIR= ${.CURDIR}/../../textproc/aspell
ASPELL_FR= oui
.include "${MASTERDIR}/Makefile"
|