diff options
Diffstat (limited to 'textproc/sk-ispell')
-rw-r--r-- | textproc/sk-ispell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/sk-ispell/Makefile b/textproc/sk-ispell/Makefile new file mode 100644 index 000000000000..d8051ac26c52 --- /dev/null +++ b/textproc/sk-ispell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: sk-ispell +# Date created: 28 Nov 2006 +# Whom: Martin Otto +# +# $FreeBSD$ +# + +PORTNAME= sk-ispell +PORTVERSION= 0.3.2 + +MAINTAINER= gamato@users.sf.net + +MASTERDIR= ${.CURDIR}/../ispell +ISPELL_SK= yes +SCRIPTS_ENV= ISPELL_SK=yes + +.include "${MASTERDIR}/Makefile" |