diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:11:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:11:19 +0000 |
commit | 98903ec1aa3b6008138f2ecc1ce0c59755ec79a5 (patch) | |
tree | eb4431c292fd7bef13a6bda15e29c08106bf7d5d /textproc/wa-aspell/Makefile | |
parent | b7ade6eaae9ac469d00233f48cd1569b0f158c3f (diff) |
Notes
Diffstat (limited to 'textproc/wa-aspell/Makefile')
-rw-r--r-- | textproc/wa-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/wa-aspell/Makefile b/textproc/wa-aspell/Makefile new file mode 100644 index 000000000000..ee6da50519b2 --- /dev/null +++ b/textproc/wa-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: wa-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= wa-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Walloon dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_WA= oyi + +.include "${MASTERDIR}/Makefile" |