Edit

IABSD.fr/ports/security/bounix/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 16:34:29
    Hash : 8ca1dc55
    Message : MASTER_SITES -> SITES

  • security/bounix/Makefile
  • COMMENT=	Back Orifice Unix client by the cDc
    
    PKGNAME=	bounix-1.21
    DISTNAME=	bo121unix
    
    CATEGORIES=     security
    
    SITES=		http://orifice.rotten.com/cDc/ \
    		http://www.cultdeadcow.com/tools/
    
    PERMIT_PACKAGE=	Yes
    WANTLIB=		c
    
    CONFIGURE_STYLE=	gnu
    
    WRKDIST=	${WRKDIR}/bo
    
    NO_TEST=	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/bounix ${PREFIX}/bin
    
    .include <bsd.port.mk>