Edit

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

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2017-03-03 09:29:35
    Hash : 298ce114
    Message : Update to libgpg-error-1.27.

  • security/libgpg-error/Makefile
  • # $OpenBSD: Makefile,v 1.37 2017/03/03 09:29:35 ajacoutot Exp $
    
    COMMENT=		error codes for GnuPG related software
    
    DISTNAME=		libgpg-error-1.27
    CATEGORIES=		security devel
    EXTRACT_SUFX=		.tar.bz2
    
    SHARED_LIBS +=  gpg-error            3.14     # 22.0
    
    HOMEPAGE=		http://www.gnupg.org/related_software/libgpg-error/
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # GPLv2 - LGPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c iconv intl
    
    MASTER_SITES=		${MASTER_SITE_GNUPG:=libgpg-error/}
    
    LIB_DEPENDS=		devel/gettext
    
    CONFIGURE_STYLE=	gnu
    
    USE_GMAKE=		Yes
    
    .include <bsd.port.mk>