blob: 77e25d66c7e6b04ccb48673c2444a5b6d14afd2f (
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: es-aspell
# Date created: 2 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= es-aspell
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Aspell with Spanish dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_ES= sí
.include "${MASTERDIR}/Makefile"
|