diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-02 22:00:39 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-02 22:00:39 +0000 |
| commit | b5e0eff0da5f2a4c14fe2628031cdf710e4100dc (patch) | |
| tree | de943d96924e581bb1bb26ed01ede984739dc30b /textproc/csb-aspell/Makefile | |
| parent | d35f7fdca2c2271dde28521ba7db961e2fd43d46 (diff) | |
Notes
Diffstat (limited to 'textproc/csb-aspell/Makefile')
| -rw-r--r-- | textproc/csb-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/csb-aspell/Makefile b/textproc/csb-aspell/Makefile new file mode 100644 index 000000000000..7e0e8dd13314 --- /dev/null +++ b/textproc/csb-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: csb-aspell +# Date created: 02 June 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= csb-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Kashubian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_CSB= yo + +.include "${MASTERDIR}/Makefile" |
