USES=libtool tar:bzip2.
This commit is contained in:
parent
6d2749b85f
commit
06b57d03bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355812
5 changed files with 12 additions and 17 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gpgme
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= gpgme
|
||||
|
@ -17,10 +18,8 @@ LICENSE= LGPL21
|
|||
LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
|
||||
libgpg-error.so:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= ltverhack
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool:keepla tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gpgme \
|
||||
|
|
|
@ -3,14 +3,14 @@ include/gpgme/gpgme.h
|
|||
lib/common-lisp/gpgme/gpgme-package.lisp
|
||||
lib/common-lisp/gpgme/gpgme.asd
|
||||
lib/common-lisp/gpgme/gpgme.lisp
|
||||
lib/libgpgme-pthread.a
|
||||
lib/libgpgme-pthread.la
|
||||
lib/libgpgme-pthread.so
|
||||
lib/libgpgme-pthread.so.11
|
||||
lib/libgpgme.a
|
||||
lib/libgpgme-pthread.so.11.11.0
|
||||
lib/libgpgme.la
|
||||
lib/libgpgme.so
|
||||
lib/libgpgme.so.11
|
||||
lib/libgpgme.so.11.11.0
|
||||
share/aclocal/gpgme.m4
|
||||
@dirrm lib/common-lisp/gpgme
|
||||
@dirrmtry lib/common-lisp
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libassuan
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}
|
||||
|
@ -14,18 +15,14 @@ COMMENT= IPC library used by GnuPG and gpgme
|
|||
|
||||
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool:keepla tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# Silly, but apparently the only way to get the proper shared lib version number
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= ltverhack
|
||||
|
||||
INFO= assuan
|
||||
PLIST_FILES= bin/libassuan-config include/assuan.h \
|
||||
lib/libassuan.a lib/libassuan.la \
|
||||
lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4
|
||||
lib/libassuan.la lib/libassuan.so lib/libassuan.so.0 \
|
||||
lib/libassuan.so.0.4.1 share/aclocal/libassuan.m4
|
||||
|
||||
verify: checksum
|
||||
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libgpg-error
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -12,9 +13,7 @@ COMMENT= Common error values for all GnuPG components
|
|||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= ltverhack
|
||||
USES= gmake libtool:keepla tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
bin/gpg-error
|
||||
bin/gpg-error-config
|
||||
include/gpg-error.h
|
||||
lib/libgpg-error.a
|
||||
lib/libgpg-error.la
|
||||
lib/libgpg-error.so
|
||||
lib/libgpg-error.so.0
|
||||
lib/libgpg-error.so.0.11.0
|
||||
share/aclocal/gpg-error.m4
|
||||
share/common-lisp/source/gpg-error/gpg-error.asd
|
||||
share/common-lisp/source/gpg-error/gpg-error-package.lisp
|
||||
|
|
Loading…
Reference in a new issue