blob: 99f9b5ea2243dd0a35b7c574f3366668b6ff9833 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
COMMENT= Aspell with Catalan dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_CA= sí
.include "${MASTERDIR}/Makefile"
|