update to 0.9.0, add ldap flavor (from Björn Sandell)

This commit is contained in:
couderc 2003-05-20 11:07:04 +00:00
parent bad627640a
commit 89fb62a636
3 changed files with 15 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.39 2003/04/29 13:01:53 wilfried Exp $
# $OpenBSD: Makefile,v 1.40 2003/05/20 11:07:04 couderc Exp $
COMMENT= "mail/news client in gtk+"
VERSION= 0.8.11
VERSION= 0.9.0
DISTNAME= sylpheed-${VERSION}
CATEGORIES= mail news x11
HOMEPAGE= http://sylpheed.good-day.net
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-ssl --enable-ipv6 \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FLAVORS= compface gpgme
FLAVORS= compface gpgme ldap
FLAVOR?=
.if ${FLAVOR:L:Mcompface}
@ -42,4 +42,11 @@ CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --disable-gpgme
.endif
.if ${FLAVOR:L:Mldap}
LIB_DEPENDS+= ldap.2,lber.2::databases/openldap
CONFIGURE_ARGS+= --enable-ldap
.else
CONFIGURE_ARGS+= --disable-ldap
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (sylpheed-0.8.11.tar.gz) = a70f87cb0d119347c6d046113a1e4e49
RMD160 (sylpheed-0.8.11.tar.gz) = 4810e1d8f7c89b2f23508caec0b7fefaa69ba3e5
SHA1 (sylpheed-0.8.11.tar.gz) = 2ddb204ecd5e821901e0c9036018c5519054afab
MD5 (sylpheed-0.9.0.tar.gz) = 11d4d3546a4fde5d53a61bf1fcfe1823
RMD160 (sylpheed-0.9.0.tar.gz) = 25e550ecd3bb346b6d8f2fde7b6b51ddc23602e1
SHA1 (sylpheed-0.9.0.tar.gz) = ed8b3d267c78a2da1d26a285ccbe26e194bd0b63

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2003/03/29 14:40:30 couderc Exp $
@comment $OpenBSD: PLIST,v 1.15 2003/05/20 11:07:04 couderc Exp $
bin/sylpheed
share/locale/cs/LC_MESSAGES/sylpheed.mo
share/locale/da/LC_MESSAGES/sylpheed.mo
@ -18,6 +18,7 @@ share/locale/pl/LC_MESSAGES/sylpheed.mo
share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
share/locale/ro/LC_MESSAGES/sylpheed.mo
share/locale/ru/LC_MESSAGES/sylpheed.mo
share/locale/sk/LC_MESSAGES/sylpheed.mo
share/locale/sl/LC_MESSAGES/sylpheed.mo
share/locale/sr/LC_MESSAGES/sylpheed.mo
share/locale/sv/LC_MESSAGES/sylpheed.mo