blob: b8136b4edb54abfea2ab31bc6292c78762132eec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: ca-aspell
# Date created: 1 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= ca-aspell
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Aspell with Catalan dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_CA= sí
.include "${MASTERDIR}/Makefile"
|