Edit

IABSD.fr/ports/sysutils/libstatgrab/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/libstatgrab/Makefile
  • COMMENT=	system statistics gathering library
    
    DISTNAME=	libstatgrab-0.91
    REVISION=	5
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://www.i-scream.org/libstatgrab/
    
    SHARED_LIBS +=  statgrab             1.0      # 10.0
    
    # LGPLv2.1/GPLv2
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	c curses m pthread
    
    MASTER_SITES=	http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
    		http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
    
    CONFIGURE_STYLE=gnu
    CONFIGURE_ARGS+=--disable-setgid-binaries \
    		--disable-setuid-binaries \
    		--disable-deprecated
    
    .include <bsd.port.mk>