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