summaryrefslogtreecommitdiff
path: root/mail/distribute/Makefile
blob: e55d974b0a7de220091946cdd4859ac1fd069f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# $NetBSD: Makefile,v 1.4 2000/02/13 19:39:50 fredb Exp $
# FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp
#

DISTNAME=	distribute-2.1-pl19
PKGNAME=	distribute-2.1.26
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp.foretune.co.jp/pub/network/mail/distribute/

PATCH_SITES=	ftp://ftp.foretune.co.jp/pub/network/mail/distribute/BETA/
PATCHFILES=	patch.20.gz patch.21e.gz patch.22e.gz patch.23e.gz \
		patch.24e.gz patch.25e.gz patch.26e.gz

MAINTAINER=	itojun@itojun.org
# in japanese
HOMEPAGE=	http://www.foretune.co.jp/distribute/

USE_PERL=	YES

WRKSRC=		${WRKDIR}/distribute-pl19
MAN1=		distribute.1
DIST_SUBDIR=	distribute
# Compile time configuration required.
IS_INTERACTIVE=	YES

# customize below if you would like to
# mail/majordomo likes this
MAJORDOMO_DIR=		/home/majordom
MAJORDOMO_LIST_DIR=	${MAJORDOMO_DIR}/lists
# just as example, you may disagree with these
MAILINGLIST_DIR=	/var/mail-list
ARCHIVE_DIR=		/var/spool/mail-list
DEF_DOMAINNAME?=	your.domain.here

MAKE_ENV+=	DEFAULTCONFIG="-DDEF_SEQ_PATH=\\\"${MAILINGLIST_DIR}\\\" \
			-DDEF_RECIPIENT_PATH=\\\"${MAILINGLIST_DIR}\\\" \
			-DDEF_MAJORDOMO_RECIPIENT_PATH=\\\"${MAJORDOMO_LIST_DIR}\\\" \
			-DDEF_DOMAINNAME=\\\"${DEF_DOMAINNAME}\\\" \
			-DDEF_ARCHIVE_PATH=\\\"${ARCHIVE_DIR}\\\"" \
		INSTALL="${INSTALL}" \
		INSTALL_MAN="${INSTALL_MAN}"

pre-build:
	${TOUCH} ${WRKSRC}/logging.h ${WRKSRC}/strsep.c

post-build: message
post-install: message
message::
	@${ECHO} "===> distribute was compiled with the following configuration:"
	@${ECHO} "     membership file directory: ${MAILINGLIST_DIR}"
	@${ECHO} "     membership file directory: ${MAJORDOMO_LIST_DIR} (for majordomo)"
	@${ECHO} "     archiving directory: ${ARCHIVE_DIR}"
	@${ECHO} "     if necessery, override them and perform compilation again."
	@${ECHO} "     there's no way to override them at runtime."

.include "../../mk/bsd.pkg.mk"