Edit

IABSD.fr/ports/archivers/ripole/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/ripole/Makefile
  • COMMENT=		extract attachments from OLE2 data files
    
    DISTNAME=		ripole-0.2.2
    REVISION=		2
    
    CATEGORIES=		archivers
    
    HOMEPAGE=		https://pldaniels.com/ripole/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c
    
    SITES=			${HOMEPAGE}
    
    ALL_TARGET=		default
    NO_TEST=		Yes
    
    MAKE_ENV=		CFLAGS="${CFLAGS}"
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripole
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ripole
    
    .include <bsd.port.mk>