17 lines
375 B
Makefile
17 lines
375 B
Makefile
# New ports collection makefile for: eo-aspell
|
|
# Date created: 1 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eo-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Esperanto dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_EO= jes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|