Edit

IABSD.fr/ports/sysutils/autossh/Makefile

Branch :

  • Show log

    Commit

  • Author : gonzalo
    Date : 2015-03-20 14:09:01
    Hash : e8c5aaa8
    Message : Update for Autossh to 1.4e

  • sysutils/autossh/Makefile
  • # $OpenBSD: Makefile,v 1.17 2015/03/20 14:09:01 gonzalo Exp $
    
    COMMENT=		SSH monitoring
    
    DISTNAME=		autossh-1.4e
    CATEGORIES=		sysutils
    
    MASTER_SITES=		${HOMEPAGE}
    
    HOMEPAGE=		http://www.harding.motd.ca/autossh/
    
    MAINTAINER=		Gonzalo L. R. <gonzalo@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=		c
    
    EXTRACT_SUFX=		.tgz
    
    NO_TEST=		Yes
    
    CONFIGURE_STYLE=	gnu dest
    
    .include <bsd.port.mk>