blob: fb4ed70ec87f516a75c1d905a82f9d4814b2389d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: fr-aspell
# Date created: 15 January 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= aspell
DISTVERSION= -fr-0.50-3
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= french textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell French dictionaries
DICT= fr
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
|