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

(-)/usr/ports/mail/sylpheed/Makefile (+12 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	sylpheed
8
PORTNAME=	sylpheed
9
PORTVERSION=	0.7.0
9
PORTVERSION=	0.7.0
10
PORTREVISION=	1
10
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
12
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
12
13
Lines 55-60 Link Here
55
.else
56
.else
56
CONFIGURE_ARGS+=	--disable-jpilot
57
CONFIGURE_ARGS+=	--disable-jpilot
57
.endif
58
.endif
59
.if defined(WITH_LDAP)
60
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
61
CONFIGURE_ARGS+=--enable-ldap
62
.else
63
CONFIGURE_ARGS+=--disable-ldap
64
.endif
58
.if !defined(WITHOUT_SSL)
65
.if !defined(WITHOUT_SSL)
59
USE_OPENSSL=	yes
66
USE_OPENSSL=	yes
60
CONFIGURE_ARGS+=--enable-ssl
67
CONFIGURE_ARGS+=--enable-ssl
Lines 72-80 Link Here
72
	@${ECHO} "      WITH_JCONV=yes    Enable Japanese charset conversion"
79
	@${ECHO} "      WITH_JCONV=yes    Enable Japanese charset conversion"
73
	@${ECHO} "                        library libjconv."
80
	@${ECHO} "                        library libjconv."
74
	@${ECHO} "      WITH_JPILOT=yes   Enable JPilot support."
81
	@${ECHO} "      WITH_JPILOT=yes   Enable JPilot support."
82
	@${ECHO} "      WITH_LDAP=yes     Enable LDAP support."
75
	@${ECHO} ""
83
	@${ECHO} ""
76
	@${ECHO} "      WITHOUT_SSL=yes   Disable OpenSSL support."
84
	@${ECHO} "      WITHOUT_SSL=yes   Disable OpenSSL support."
77
	@${ECHO} ""
85
	@${ECHO} ""
86
87
post-patch:
88
	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g; \
89
		s|-lresolv||g' ${WRKSRC}/configure
78
90
79
pre-build:
91
pre-build:
80
	${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
92
	${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool

Return to bug 34090