Edit

IABSD.fr/ports/sysutils/pv/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/pv/Makefile
  • # $OpenBSD: Makefile,v 1.10 2019/07/12 20:49:49 sthen Exp $
    
    COMMENT =		monitor the progress of data through a pipeline
    
    DISTNAME =		pv-1.6.6
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://www.ivarch.com/programs/pv.shtml
    
    # Artistic License 2.0
    PERMIT_PACKAGE=	Yes
    
    MASTER_SITES =		https://www.ivarch.com/programs/sources/
    
    WANTLIB =		c
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>