blob: b4b5ba6f0b7a9e695d40b70d63cbf62ea6534801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: en-aspell
# Date created: Fri Sep 17 2004
# Whom: Serge Gagnon <ser_gagnon@sympatico.ca>
#
# $FreeBSD$
#
PORTNAME= ${DICT}-aspell
DISTVERSION= 6-en-6.0-0
CATEGORIES= textproc
MAINTAINER= thierry@FreeBSD.org
COMMENT= Aspell English dictionaries
DICT= en
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
|