diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-06-18 14:46:21 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-06-18 14:46:21 +0000 |
commit | ad16e21811f7974e1cd508129cd60959f7a0174d (patch) | |
tree | f251680e2cca521a60b692f7cd23968141034ede /russian/bogofilter | |
parent | 757809a774279abeaa15cce1baf12aac1532b2de (diff) |
Notes
Diffstat (limited to 'russian/bogofilter')
-rw-r--r-- | russian/bogofilter/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile new file mode 100644 index 000000000000..b5c2e2fdf334 --- /dev/null +++ b/russian/bogofilter/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ru-bogofilter +# Date created: 18 June 2004 +# Whom: Yar Tikhiy <yar@freebsd.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../mail/bogofilter + +CATEGORIES= russian mail + +MAINTAINER= yar@freebsd.org + +CONFLICTS= bogofilter-0* bogofilter-tdb* bogofilter-qdbm* + +CFLAGS+= -DWINDOWS_1251_to_CYRILLIC + +.include "${MASTERDIR}/Makefile" |