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

(-)sylpheed/Makefile (-18 / +42 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sylpheed
8
PORTNAME=	sylpheed
9
PORTVERSION=	0.6.6
9
PORTVERSION=	0.7.0
10
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
12
12
Lines 20-53 Link Here
20
20
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
23
CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
23
CONFIGURE_ARGS=	--disable-compface \
24
		--disable-gpgme \
25
		--disable-ssl \
26
		--disable-jconv \
27
		--disable-jpilot \
28
		--disable-gdk-pixbuf \
29
		--enable-ipv6 \
30
		--prefix=${PREFIX} \
31
		--with-included-gettext
24
32
25
.if defined(WITH_GPGME)
33
34
.if defined(WITH_GPGME) && ${WITH_GPGME} != ""
26
LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
35
LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
27
RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
36
RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
28
CONFIGURE_ARGS+=--enable-gpgme
37
CONFIGURE_ARGS+=--enable-gpgme
29
.endif
38
.endif
30
.if !defined(WITHOUT_SSL)
39
31
USE_OPENSSL=	yes
40
.if defined(WITH_COMPFACE) && ${WITH_COMPFACE} != ""
32
CONFIGURE_ARGS+=--enable-ssl
41
LIB_DEPENDS+=	compface.1:${PORTSDIR}/mail/faces
42
CONFIGURE_ARGS+=--enable-compface
33
.endif
43
.endif
34
44
35
PORTDOCS=	ChangeLog INSTALL README TODO
45
.if defined(WITH_JCONV) && ${WITH_JCONV} != ""
46
LIB_DEPENDS+=	jconv.0:${PORTSDIR}/japanese/libjconv
47
CONFIGURE_ARGS+=--enable-jconv
48
.endif
36
49
37
pre-extract:
50
.if defined(WITH_JPILOT) && ${WITH_JPILOT} != ""
38
.if defined(WITH_GPGME)
51
LIB_DEPENDS+=	expense.1:${PORTSDIR}/palm/jpilot
39
	@${ECHO_MSG}
52
CONFIGURE_ARGS+=--enable-jpilot
40
	@${ECHO_MSG} "WARNING: GnuPG support using GPGME is still experimental."
53
CFLAGS+=	-I${LOCALBASE}/pilot/include
41
.else
42
	@${ECHO_MSG}
43
	@${ECHO_MSG} "You can enable GnuPG support using GPGME by defining WITH_GPGME."
44
	@${ECHO_MSG} "WARNING: GnuPG support is still experimental."
45
.endif
54
.endif
55
46
.if !defined(WITHOUT_SSL)
56
.if !defined(WITHOUT_SSL)
47
	@${ECHO_MSG}
57
USE_OPENSSL=    yes
48
	@${ECHO_MSG} "You can disable OpenSSL support by defining WITHOUT_SSL."
58
CONFIGURE_ARGS+=--enable-ssl
49
.endif
59
.endif
50
	@${ECHO_MSG}
60
61
PORTDOCS=	ChangeLog INSTALL README TODO
62
63
pre-fetch:
64
	@${ECHO} ""
65
	@${ECHO} "You may use the following build options:"
66
	@${ECHO} ""
67
	@${ECHO} "      WITH_GPGME=yes    Enable GnuPG support using GPGMEME."
68
	@${ECHO} "      WITH_COMPFACE=yes Enable X-Face support."
69
	@${ECHO} "      WITH_JCONV=yes    Enable Japanese charset conversion"
70
	@${ECHO} "                        library libjconv."
71
	@${ECHO} "      WITH_JPILOT=yes   Enable JPilot support."
72
	@${ECHO} ""
73
	@${ECHO} "      WITHOUT_SSL=yes   Disable OpenSSL support."
74
	@${ECHO} ""
51
75
52
pre-build:
76
pre-build:
53
	${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
77
	${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
(-)sylpheed/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (sylpheed-0.6.6.tar.bz2) = 1c7dc0f3074a9bb05da915892c7a6409
1
MD5 (sylpheed-0.7.0.tar.bz2) = a50a0247662aca7c57533198b5562554
(-)sylpheed/pkg-plist (-1 / +2 lines)
Lines 9-14 Link Here
9
%%PORTDOCS%%share/doc/sylpheed/TODO
9
%%PORTDOCS%%share/doc/sylpheed/TODO
10
%%PORTDOCS%%share/doc/sylpheed/TODO.jp
10
%%PORTDOCS%%share/doc/sylpheed/TODO.jp
11
share/locale/cs/LC_MESSAGES/sylpheed.mo
11
share/locale/cs/LC_MESSAGES/sylpheed.mo
12
share/locale/da/LC_MESSAGES/sylpheed.mo
12
share/locale/de/LC_MESSAGES/sylpheed.mo
13
share/locale/de/LC_MESSAGES/sylpheed.mo
13
share/locale/el/LC_MESSAGES/sylpheed.mo
14
share/locale/el/LC_MESSAGES/sylpheed.mo
14
share/locale/es/LC_MESSAGES/sylpheed.mo
15
share/locale/es/LC_MESSAGES/sylpheed.mo
Lines 25-31 Link Here
25
share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
26
share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
26
share/locale/ru/LC_MESSAGES/sylpheed.mo
27
share/locale/ru/LC_MESSAGES/sylpheed.mo
27
share/locale/sv/LC_MESSAGES/sylpheed.mo
28
share/locale/sv/LC_MESSAGES/sylpheed.mo
28
share/locale/zh_CN.GB2312/LC_MESSAGES/sylpheed.mo
29
share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
29
share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
30
share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
30
share/sylpheed/manual/en/sylpheed-1.html
31
share/sylpheed/manual/en/sylpheed-1.html
31
share/sylpheed/manual/en/sylpheed-10.html
32
share/sylpheed/manual/en/sylpheed-10.html

Return to bug 33708