diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
commit | 3adde81cab0d6a17b22da4214857de44ed394de3 (patch) | |
tree | 84976432375dd1b68f133b8017c5c21c4d22a3b2 /textproc/bg-aspell/Makefile | |
parent | cf5c5f71cbe5c0baff9334cfd967df7bad10d808 (diff) |
Notes
Diffstat (limited to 'textproc/bg-aspell/Makefile')
-rw-r--r-- | textproc/bg-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/bg-aspell/Makefile b/textproc/bg-aspell/Makefile new file mode 100644 index 000000000000..3e25288a23a7 --- /dev/null +++ b/textproc/bg-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bg-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= bg-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Bulgarian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BG= da + +.include "${MASTERDIR}/Makefile" |