Edit

IABSD.fr/ports/sysutils/entr/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-10-23 20:48:34
    Hash : 96ac67b1
    Message : update to entr-3.3, from Fred (and similar to my 3.2 update diff which I had an OK from the maintainer for earlier but forgot to commit)

  • sysutils/entr/Makefile
  • # $OpenBSD: Makefile,v 1.8 2015/10/23 20:48:34 sthen Exp $
    
    COMMENT =	run arbitrary commands when files change
    
    DISTNAME =	entr-3.3
    REV =		220131754e1c
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	http://entrproject.org/
    
    MAINTAINER =	Eric Radman <ericshane@eradman.com>
    
    # ISC
    PERMIT_PACKAGE_CDROM = Yes
    
    WANTLIB += c
    
    MASTER_SITES =	http://entrproject.org/code/ \
    		https://bitbucket.org/eradman/entr/get/
    
    MAKE_FILE =	Makefile.bsd
    MAKE_FLAGS =	CC="${CC}" LDFLAGS="${LDFLAGS}"
    WRKDIST =	${WRKDIR}/eradman-entr-${REV}
    FAKE_FLAGS =	DESTDIR=""
    
    TEST_TARGET =	test
    
    .include <bsd.port.mk>