View | Details | Raw Unified | Return to bug 22613
Collapse All | Expand All

(-)postfix-current/Makefile (-26 / +26 lines)
Lines 31-36 Link Here
31
31
32
MAKEFILEFLAGS+=	OPT="${CFLAGS}"
32
MAKEFILEFLAGS+=	OPT="${CFLAGS}"
33
33
34
MAN1=	mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \
35
	postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \
36
	sendmail.1
37
38
MAN5=	access.5 aliases.5 canonical.5 regexp_table.5 relocated.5 \
39
	transport.5 virtual.5
40
41
MAN8=	bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \
42
	master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \
43
	spawn.8 trivial-rewrite.8
44
45
CONF1=	access aliases canonical main.cf master.cf \
46
	regexp_table relocated transport virtual
47
48
CONF2=	sample-aliases.cf sample-canonical.cf sample-debug.cf \
49
	sample-filter.cf sample-local.cf sample-misc.cf \
50
	sample-rate.cf sample-regexp.cf sample-relocated.cf \
51
	sample-resource.cf sample-rewrite.cf sample-smtp.cf \
52
	sample-smtpd.cf sample-transport.cf sample-virtual.cf
53
54
BIN1=	bounce cleanup error flush lmtp local master nqmgr pickup \
55
	pipe qmgr showq smtp smtpd spawn trivial-rewrite
56
57
BIN2=	postalias postcat postconf postdrop postfix \
58
	postkick postlog postmap postsuper sendmail
59
34
.if defined(WITH_MYSQL)
60
.if defined(WITH_MYSQL)
35
BUILD_DEPENDS+=		${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
61
BUILD_DEPENDS+=		${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
36
POSTFIX_CCARGS+=	-DHAS_MYSQL -I${LOCALBASE}/include/mysql
62
POSTFIX_CCARGS+=	-DHAS_MYSQL -I${LOCALBASE}/include/mysql
Lines 71-102 Link Here
71
.else
97
.else
72
PLIST_SUB+=		WITH_SASL="@comment "
98
PLIST_SUB+=		WITH_SASL="@comment "
73
.endif
99
.endif
74
75
MAN1=	mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \
76
	postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \
77
	sendmail.1
78
79
MAN5=	access.5 aliases.5 canonical.5 regexp_table.5 relocated.5 \
80
	transport.5 virtual.5
81
82
MAN8=	bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \
83
	master.8 pickup.8 pipe.8 qmgr.8 showq.8 smtp.8 smtpd.8 \
84
	spawn.8 trivial-rewrite.8
85
86
CONF1=	access aliases canonical main.cf master.cf \
87
	regexp_table relocated transport virtual
88
89
CONF2=	sample-aliases.cf sample-canonical.cf sample-debug.cf \
90
	sample-filter.cf sample-local.cf sample-misc.cf \
91
	sample-rate.cf sample-regexp.cf sample-relocated.cf \
92
	sample-resource.cf sample-rewrite.cf sample-smtp.cf \
93
	sample-smtpd.cf sample-transport.cf sample-virtual.cf
94
95
BIN1=	bounce cleanup error flush lmtp local master nqmgr pickup \
96
	pipe qmgr showq smtp smtpd spawn trivial-rewrite
97
98
BIN2=	postalias postcat postconf postdrop postfix \
99
	postkick postlog postmap postsuper sendmail
100
100
101
post-patch:
101
post-patch:
102
	(cd ${WRKSRC} && make -f Makefile.init makefiles ${MAKEFILEFLAGS} \
102
	(cd ${WRKSRC} && make -f Makefile.init makefiles ${MAKEFILEFLAGS} \

Return to bug 22613