Edit

IABSD.fr/ports/security/libgpg-error/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2024-11-12 07:55:01
    Hash : 59af4fe5
    Message : Update to libgpg-error-1.51.

  • security/libgpg-error/Makefile
  • COMMENT=		error codes for GnuPG related software
    
    DISTNAME=		libgpg-error-1.51
    CATEGORIES=		security devel
    EXTRACT_SUFX=		.tar.bz2
    
    SHARED_LIBS +=  gpg-error            3.29     # 38.0
    
    HOMEPAGE=		https://www.gnupg.org/software/libgpg-error/index.html
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # GPLv2 - LGPLv2
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c iconv intl
    
    SITES=			${SITE_GNUPG:=libgpg-error/}
    
    USE_GMAKE=		Yes
    
    LIB_DEPENDS=		devel/gettext,-runtime
    
    CONFIGURE_STYLE=	gnu
    
    DEBUG_PACKAGES=		${BUILD_PACKAGES}
    
    # needed by (at least) multimedia/libbdplus and security/gpgme
    CONFIGURE_ARGS +=	--enable-install-gpg-error-config
    
    .include <bsd.port.mk>