Edit

IABSD.fr/ports/mail/hashcash/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-06-05 11:16:50
    Hash : 57c7228a
    Message : unbreak i386 by building the generic version, not mmx fix some time_t and missing prototype issues

  • mail/hashcash/Makefile
  • BROKEN-powerpc64=	non-portable altivec / gcc-isms
    
    COMMENT=		hashcash anti-spam / denial of service counter-measure tool
    
    DISTNAME=		hashcash-1.22
    REVISION=		1
    CATEGORIES=		mail
    
    HOMEPAGE=		http://www.hashcash.org/
    
    MAINTAINER=		Armin Wolfermann <armin@wolfermann.org>
    
    # public domain
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c
    
    SITES=			${HOMEPAGE}/source/
    EXTRACT_SUFX=		.tgz
    
    ALL_TARGET=		generic
    
    NO_TEST=		Yes
    
    .include <bsd.port.mk>