mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
25 lines
445 B
Makefile
25 lines
445 B
Makefile
COMMENT= IPC library used by GnuPG and gpgme
|
|
|
|
DISTNAME= libassuan-2.5.5
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += assuan 2.1 # 8.1
|
|
|
|
CATEGORIES= security devel
|
|
|
|
HOMEPAGE= https://www.gnupg.org/software/libassuan/index.html
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += gpg-error iconv intl pthread
|
|
|
|
SITES= ${SITE_GNUPG:=libassuan/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
LIB_DEPENDS= security/libgpg-error
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|