Makefile 555 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.54 2017/06/05 07:34:12 ajacoutot Exp $
  2. COMMENT= crypto library based on code used in GnuPG
  3. DISTNAME= libgcrypt-1.7.7
  4. CATEGORIES= security
  5. SHARED_LIBS += gcrypt 19.3 # 21.7
  6. HOMEPAGE= http://www.gnupg.org/
  7. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  8. # GPLv2/LGPLv2.1
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += c gpg-error iconv intl
  11. MASTER_SITES= ${MASTER_SITE_GNUPG:=libgcrypt/}
  12. LIB_DEPENDS= security/libgpg-error
  13. CONFIGURE_STYLE= gnu
  14. CONFIGURE_ARGS= --enable-static
  15. .include <bsd.port.mk>