14 lines
241 B
Makefile
14 lines
241 B
Makefile
# Created by: Pedro F. Giffuni <giffunip@tutopia.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= es-ispell
|
|
PORTVERSION= 1.10
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
ISPELL_ES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ispell
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|