Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 02:00:01 -0700 (PDT)
From:      TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/30302: add support for GNUPG to mail/sylpheed using GPGME
Message-ID:  <200109040900.f84901w25079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30302; it has been noted by GNATS.

From: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Peter Pentchev <roam@ringlet.net>
Subject: Re: ports/30302: add support for GNUPG to mail/sylpheed using GPGME
Date: Tue, 4 Sep 2001 17:58:57 +0900

 Oops. There is no need to use bsd.port.{pre|post}.mk.
 
 
 --- Makefile.orig	Mon Sep  3 10:20:53 2001
 +++ Makefile	Tue Sep  4 17:45:09 2001
 @@ -22,6 +22,16 @@
  
  PORTDOCS=	ChangeLog INSTALL README TODO
  
 +.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

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?200109040900.f84901w25079>