diff options
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" |