Edit

IABSD.fr/ports/security/libmcrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-11-07 14:19:05
    Hash : 4e66d499
    Message : http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.

  • security/libmcrypt/Makefile
  • COMMENT =		interface to access block/stream encryption algorithms
    
    DISTNAME =		libmcrypt-2.5.8
    REVISION =		3
    CATEGORIES =		security
    SHARED_LIBS =		mcrypt	8.7	# .8.7
    MODGNU_SHARED_LIBS =	mcrypt	''
    LIBmcrypt_ALIAS =	realmcrypt
    
    HOMEPAGE =		https://mcrypt.sourceforge.net/
    
    MAINTAINER =		Benoit Lecocq <benoit@openbsd.org>
    
    # LGPLv2.1
    PERMIT_PACKAGE =	Yes
    
    SITES =			${SITE_SOURCEFORGE:=mcrypt/}
    
    CONFIGURE_STYLE = 	gnu
    CONFIGURE_ARGS +=	--enable-static
    
    .include <bsd.port.mk>