Edit

IABSD.fr/ports/sysutils/whowatch/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • sysutils/whowatch/Makefile
  • # $OpenBSD: Makefile,v 1.21 2019/07/12 20:49:54 sthen Exp $
    
    COMMENT=	interactive utility that displays info about online users
    
    DISTNAME=	whowatch-1.4
    REVISION =	4
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://wizard.ae.krakow.pl/~mike/
    
    MASTER_SITES=	http://wizard.ae.krakow.pl/~mike/download/ \
    		http://janek.ae.krakow.pl/~suszyckm/download/ \
    		${MASTER_SITE_PACKETSTORM:=UNIX/IDS/}
    
    # GPLv2
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c kvm curses
    
    CONFIGURE_STYLE= autoconf dest
    AUTOCONF_VERSION=2.13
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>