diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-17 14:01:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-17 14:01:58 +0000 |
commit | 7b082ba5ba0129ece7b06ff58fe3f3b6b3d132e4 (patch) | |
tree | d4066b6423cb854b4aeb425720d64250b8a6d6a4 /textproc/sk-ispell | |
parent | 8b34ce6ab347c9cbac6bb65647aa78a1303b5320 (diff) | |
download | ports-7b082ba5ba0129ece7b06ff58fe3f3b6b3d132e4.tar.gz ports-7b082ba5ba0129ece7b06ff58fe3f3b6b3d132e4.zip |
Notes
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" |