mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
716d918797
Approved by: Sunagawa Koji <koj@ofug.net> (maintainer) Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
25 lines
604 B
Makefile
25 lines
604 B
Makefile
# 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"
|