Edit

IABSD.fr/ports/sysutils/libstatgrab/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-10-05 16:29:01
    Hash : 391dc93f
    Message : REVISION bumps following the additional member in struct if_data, to make sure packages get updated

  • sysutils/libstatgrab/Makefile
  • # $OpenBSD: Makefile,v 1.12 2015/10/05 16:29:02 sthen Exp $
    
    COMMENT=	system statistics gathering library
    
    DISTNAME=	libstatgrab-0.91
    REVISION=	1
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://www.i-scream.org/libstatgrab/
    
    MAINTAINER=	William Yodlowsky <william@openbsd.org>
    
    SHARED_LIBS +=  statgrab             1.0      # 10.0
    
    # LGPLv2.1/GPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=	c ncurses m pthread
    
    MASTER_SITES=	http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
    		fhttp://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>