Edit

IABSD.fr/ports/security/libmcrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-11 19:59:11
    Hash : c253f424
    Message : garbage collect CONFIGURE_SHARED

  • security/libmcrypt/Makefile
  • # $OpenBSD: Makefile,v 1.29 2016/03/11 19:59:16 naddy Exp $
    
    COMMENT =		interface to access block/stream encryption algorithms
    
    DISTNAME =		libmcrypt-2.5.8
    REVISION =		2
    CATEGORIES =		security
    SHARED_LIBS =		mcrypt	8.7	# .8.7
    MODGNU_SHARED_LIBS =	mcrypt	''
    LIBmcrypt_ALIAS =	realmcrypt
    
    HOMEPAGE =		http://mcrypt.sf.net/
    
    MAINTAINER =		Benoit Lecocq <benoit@openbsd.org>
    
    # LGPLv2.1
    PERMIT_PACKAGE_CDROM =	Yes
    
    MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=mcrypt/}
    
    CONFIGURE_STYLE = 	gnu
    CONFIGURE_ARGS +=	--enable-static
    
    .include <bsd.port.mk>