diff options
Diffstat (limited to 'textproc/el-aspell/Makefile')
-rw-r--r-- | textproc/el-aspell/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile index 2e629c40f978..ca5bb06a3db8 100644 --- a/textproc/el-aspell/Makefile +++ b/textproc/el-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= el-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -el-0.50-3 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Greek dictionary +COMMENT= Aspell Greek dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= el -ASPELL_EL= ne - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |