Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 17:27:39 +0900
From:      TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30302: add support for GNUPG to mail/sylpheed using GPGME
Message-ID:  <20010904172739.577671b1.teramoto@comm.eng.osaka-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         30302
>Category:       ports
>Synopsis:       add support for GNUPG to mail/sylpheed using GPGME
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 01:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 4.4-RC i386
>Organization:
Dept. of Communication Engineering, Osaka-U
>Environment:
System: FreeBSD malchut 4.4-RC FreeBSD 4.4-RC #3: Sat Sep 1 10:45:31 JST 2001 root@:/usr/src/sys/compile/MALCHUT i386

>Description:
	add support for GNUPG to mail/sylpheed using GPGME.
	If defined WITH_GNIPG, enable support for gnupg.
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Mon Sep  3 10:20:53 2001
+++ Makefile	Tue Sep  4 17:07:30 2001
@@ -22,6 +22,18 @@
 
 PORTDOCS=	ChangeLog INSTALL README TODO
 
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_GNUPG)
+LIB_DEPENDS+=	gpgme.3:${PORTSDIR}/security/gpgme
+CONFIGURE_ARGS+= --enable-gpgme
+.endif
+
+pre-extract:
+.if !defined(WITH_GNUPG)
+	@${ECHO_MSG} "You can enable support for gnupg by defining WITH_GNUPG."
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/sylpheed
@@ -31,4 +43,4 @@
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010904172739.577671b1.teramoto>