diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
commit | 7be49f3c4b4dde6665e16c72c052b1c589804835 (patch) | |
tree | d3e9651f4148795e431a2b3dffefbed92d357b38 /textproc/mk-aspell | |
parent | 9adf7fe998a5139199da019e109ece33cc1f7430 (diff) | |
download | ports-7be49f3c4b4dde6665e16c72c052b1c589804835.tar.gz ports-7be49f3c4b4dde6665e16c72c052b1c589804835.zip |
Notes
Diffstat (limited to 'textproc/mk-aspell')
-rw-r--r-- | textproc/mk-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/mk-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/mk-aspell/Makefile b/textproc/mk-aspell/Makefile new file mode 100644 index 000000000000..6a396fbb1ca5 --- /dev/null +++ b/textproc/mk-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mk-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= mk-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Macedonian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MK= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/mk-aspell/pkg-descr b/textproc/mk-aspell/pkg-descr new file mode 100644 index 000000000000..4822ad943b09 --- /dev/null +++ b/textproc/mk-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Macedonian dictionary. + +WWW: http://aspell.net/ |