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 | |
parent | 757809a774279abeaa15cce1baf12aac1532b2de (diff) | |
download | ports-ad16e21811f7974e1cd508129cd60959f7a0174d.tar.gz ports-ad16e21811f7974e1cd508129cd60959f7a0174d.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/bogofilter/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 60635cfd88a0..766ca552adfe 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -7,6 +7,7 @@ SUBDIR += apache13 SUBDIR += apache13-modssl SUBDIR += aspell + SUBDIR += bogofilter SUBDIR += cyrproxy SUBDIR += d1489 SUBDIR += elm.language 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" |