30 lines
605 B
Makefile
30 lines
605 B
Makefile
# $OpenBSD: Makefile,v 1.38 2014/10/08 12:06:21 ajacoutot Exp $
|
|
|
|
COMMENT= crypto library based on code used in GnuPG
|
|
|
|
DISTNAME= libgcrypt-1.6.2
|
|
CATEGORIES= security
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS += gcrypt 19.2 # 20.2
|
|
|
|
HOMEPAGE= http://www.gnupg.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2/LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c gpg-error
|
|
|
|
MASTER_SITES= ${MASTER_SITES_GNUPG:=libgcrypt/}
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= security/libgpg-error
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--enable-static
|
|
|
|
.include <bsd.port.mk>
|