diff options
Diffstat (limited to 'textproc/el-aspell/Makefile')
-rw-r--r-- | textproc/el-aspell/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/el-aspell/Makefile b/textproc/el-aspell/Makefile new file mode 100644 index 000000000000..de1edb6a5e6c --- /dev/null +++ b/textproc/el-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: el-aspell +# Date created: 18 October 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= el-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_EL= ne + +.include "${MASTERDIR}/Makefile" |