diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:40 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:40 +0000 |
commit | 4a6ceef075449c2aed553bd342d8d64be4e4a018 (patch) | |
tree | 836e22f1ad2c7c7a66eb8e006d46128828683474 /textproc/tn-aspell/Makefile | |
parent | 197ddea8a2cb826b4417fa52ace91795e2ec90e5 (diff) |
Notes
Diffstat (limited to 'textproc/tn-aspell/Makefile')
-rw-r--r-- | textproc/tn-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/tn-aspell/Makefile b/textproc/tn-aspell/Makefile new file mode 100644 index 000000000000..ec4838d7030b --- /dev/null +++ b/textproc/tn-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tn-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tn-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tswana dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TN= ee + +.include "${MASTERDIR}/Makefile" |