Edit

IABSD.fr/ports/archivers/libmspack/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-05 14:59:17
    Hash : 1aad0f31
    Message : switch ports to new SITES note that sltar, unarj, ha have unresponsive SITES.

  • archivers/libmspack/Makefile
  • COMMENT=	library for handling Microsoft compression formats
    
    DISTNAME=	libmspack-0.11alpha
    EPOCH=		2
    
    SHARED_LIBS +=  mspack               3.0      # 1.0
    
    CATEGORIES=	archivers
    
    HOMEPAGE=	https://www.cabextract.org.uk/libmspack/
    
    # LGPLv2.1
    PERMIT_PACKAGE=	Yes
    
    WANTLIB +=	c
    
    SITES=		https://www.cabextract.org.uk/libmspack/
    
    CONFIGURE_STYLE=gnu
    
    USE_GMAKE=	Yes
    
    .include <bsd.port.mk>