- Add gpgme support
- bump version - regen some patch From maintainer
This commit is contained in:
parent
ea30e64056
commit
cf03c173dc
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/05/12 23:51:19 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/07/29 18:34:34 shell Exp $
|
||||
|
||||
COMMENT= "mail/news client in gtk+"
|
||||
|
||||
DISTNAME= sylpheed-0.4.66
|
||||
DISTNAME= sylpheed-0.5.1
|
||||
CATEGORIES= mail news x11
|
||||
NEED_VERSION= 1.364
|
||||
NEED_VERSION= 1.427
|
||||
HOMEPAGE= http://sylpheed.good-day.net
|
||||
|
||||
MAINTAINER= COUDERC Damien <couderc.damien@wanadoo.fr>
|
||||
@ -18,11 +18,11 @@ MASTER_SITES= ${HOMEPAGE}/sylpheed/
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-gpgme --disable-glibtest
|
||||
CONFIGURE_ARGS+= --disable-glibtest
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FLAVORS= imlib pixbuf
|
||||
FLAVORS= imlib pixbuf gpgme
|
||||
FLAVOR?= pixbuf
|
||||
|
||||
.if ${FLAVOR:L:Mimlib}
|
||||
@ -36,4 +36,11 @@ LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
CONFIGURE_ARGS+= --disable-imlib
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mgpgme}
|
||||
LIB_DEPENDS= gpgme::security/gpgme
|
||||
CONFIGURE_ARGS+= --enable-gpgme
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gpgme
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-manual_ja_Makefile_in,v 1.2 2001/02/03 15:41:25 naddy Exp $
|
||||
--- manual/ja/Makefile.in.orig Wed Jan 31 09:59:08 2001
|
||||
+++ manual/ja/Makefile.in Wed Jan 31 09:59:35 2001
|
||||
@@ -64,7 +64,7 @@ CATALOGS = @CATALOGS@
|
||||
$OpenBSD: patch-manual_ja_Makefile_in,v 1.3 2001/07/29 18:34:34 shell Exp $
|
||||
--- manual/ja/Makefile.in.orig Fri Jul 6 05:16:10 2001
|
||||
+++ manual/ja/Makefile.in Sat Jul 7 22:55:16 2001
|
||||
@@ -65,7 +65,7 @@ CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
-DATADIRNAME = @DATADIRNAME@
|
||||
+DATADIRNAME = share
|
||||
DLLTOOL = @DLLTOOL@
|
||||
GDK_IMLIB_CFLAGS = @GDK_IMLIB_CFLAGS@
|
||||
GDK_IMLIB_LIBS = @GDK_IMLIB_LIBS@
|
||||
ECHO = @ECHO@
|
||||
EXEEXT = @EXEEXT@
|
||||
|
@ -1,15 +1,15 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/02/03 15:41:25 naddy Exp $
|
||||
--- po/Makefile.in.in.orig Thu Jul 27 08:34:56 2000
|
||||
+++ po/Makefile.in.in Wed Jan 31 09:49:29 2001
|
||||
@@ -16,9 +16,9 @@ srcdir = @srcdir@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.3 2001/07/29 18:34:34 shell Exp $
|
||||
--- po/Makefile.in.in.orig Mon Jul 2 09:17:58 2001
|
||||
+++ po/Makefile.in.in Sat Jul 7 23:02:41 2001
|
||||
@@ -20,9 +20,9 @@ srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
-prefix = @prefix@
|
||||
+prefix = $(DESTDIR)/@prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
-datadir = $(prefix)/@DATADIRNAME@
|
||||
-datadir = @datadir@
|
||||
+datadir = $(prefix)/share
|
||||
localedir = $(datadir)/locale
|
||||
gnulocaledir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(prefix)/share/gettext/po
|
||||
gettextsrcdir = $(datadir)/gettext/po
|
||||
|
||||
|
@ -7,3 +7,8 @@ on the X Window System, and aiming for:
|
||||
Abundant features
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
||||
FLAVORS :
|
||||
* pixbuf : use gdk_pixbuf as graphic library (default)
|
||||
* imlib : use imlib as graphic library
|
||||
* gpgme : compile with gnupg made easy support
|
||||
|
@ -1,18 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/04/21 13:51:35 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/07/29 18:34:34 shell Exp $
|
||||
bin/sylpheed
|
||||
share/locale/cs/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/de/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/el/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/es/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/fr/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/it/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/ja/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/ko/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/nl/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/ru/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
|
||||
share/sylpheed/manual/ja/sylpheed-1.html
|
||||
share/sylpheed/manual/ja/sylpheed-10.html
|
||||
share/sylpheed/manual/ja/sylpheed-11.html
|
||||
|
Loading…
Reference in New Issue
Block a user