20e6c30d46
- 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
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# New ports collection makefile for: gpgme
|
|
# Date created: 15 June 2001
|
|
# Whom: teramoto@comm.eng.osaka-u.ac.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gpgme
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
|
|
|
|
MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
|
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOCONF= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL}
|
|
|
|
.include <bsd.port.mk>
|