blob: e23a13cccee61ac71984df6e05109bfb728dcd50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: ja-mailman
# Date created: 21 Feb 2003
# Whom: Sunagawa Koji <koj@ofug.net>
#
# $FreeBSD$
#
CATEGORIES= japanese mail
PATCH_SITES= http://mm.tkikuchi.net/:japanese
PATCHFILES= mailman-${PORTVERSION}+patch.20040516.gz:japanese
MAINTAINER= koj@ofug.net
COMMENT= Japanized mailman which is a mailing list manager with a web front-end
MASTERDIR= ${.CURDIR}/../../mail/mailman
MD5_FILE= ${.CURDIR}/distinfo
.undef WITH_HTDIG
pre-configure::
@ ${ECHO} "DEFAULT_SERVER_LANGUAGE = 'ja'" >> ${WRKSRC}/Mailman/mm_cfg.py.dist.in
.include "${MASTERDIR}/Makefile"
|