Edit

IABSD.fr/ports/sysutils/iwatch/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/iwatch/Makefile
  • 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>