freebsd-ports/security/gpgme/pkg-descr
Akinori MUSHA 20e6c30d46 - Update to 0.2.3.
- Update the URL in the package description.

- The author hacks a LIBTOOL path into their Makefiles that doesn't work
  under the ports system.  Make it work by a small patch to aclocal.m4
  (which requires the addition of USE_AUTOCONF) and passing in the port
  system's value of LIBTOOL (using a different variable name since they
  already use LIBTOOL themselves).  This was simpler than patching all
  their Makefiles.

PR:		ports/30999
Submitted by:	Dave Chapeskie <bsdport@ddm.wox.org>
Approved by:	MAINTAINER
2001-10-12 15:01:08 +00:00

6 lines
166 B
Text

GPGME(GnuPG Make Easy) is a library designed to make access
to GnuPG easier for applications.
WWW: http://www.gnupg.org/gpgme.html
tetarmoto@comm.eng.osaka-u.ac.jp