Edit

IABSD.fr/ports/sysutils/iwatch/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-02-14 11:11:32
    Hash : 9356d2ac
    Message : remove some extraneous DISTNAME setting from GH_TAGNAME ports, move GH_* up in a few cases where it's halfway through the Makefile

  • sysutils/iwatch/Makefile
  • # $OpenBSD: Makefile,v 1.7 2020/02/14 11:11:33 sthen Exp $
    
    COMMENT =		watch the command output with interval timer
    
    GH_ACCOUNT =		iij
    GH_PROJECT =		iwatch
    GH_TAGNAME =		v1.0.4
    
    CATEGORIES =		sysutils
    
    MAINTAINER =		YASUOKA Masahiko <yasuoka@yasuoka.net>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c curses
    
    MAKE_FLAGS =		BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
    
    .include <bsd.port.mk>