Edit

IABSD.fr/ports/mail/adcomplain/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-26 12:28:08
    Hash : f1df0191
    Message : MASTER_SITES -> SITES

  • mail/adcomplain/Makefile
  • COMMENT=	complain about SPAM
    
    DISTNAME=	adcomplain-3.52
    CATEGORIES=	mail news
    
    SITES=		http://www.rdrop.com/users/billmc/
    DISTFILES=	adcomplain.pl.uu
    
    EXTRACT_CASES=	*.uu) uudecode ${FULLDISTDIR}/$$archive;;
    
    HOMEPAGE=	http://www.rdrop.com/users/billmc/adcomplain.html
    
    PERMIT_PACKAGE=	Yes
    
    NO_BUILD=	Yes
    NO_TEST=	Yes
    PKG_ARCH=	*
    
    WRKDIST=	${WRKDIR}
    
    do-install:
    	cd ${WRKSRC}; ${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
    
    .include <bsd.port.mk>