Edit

IABSD.fr/ports/sysutils/noice/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2016-08-28 11:04:12
    Hash : e590d2c6
    Message : Update to noice-0.6 from maintainer Dimitris Papastamos

  • sysutils/noice/Makefile
  • # $OpenBSD: Makefile,v 1.3 2016/08/28 11:04:12 jca Exp $
    
    COMMENT =		minimalistic file browser
    DISTNAME =		noice-0.6
    CATEGORIES =		sysutils
    HOMEPAGE =		http://git.2f30.org/noice/
    MAINTAINER =		Dimitris Papastamos <sin@2f30.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =		c curses
    
    MASTER_SITES =		http://dl.2f30.org/releases/
    
    MAKE_FLAGS =            CC="${CC}"
    NO_TEST =		Yes
    
    .include <bsd.port.mk>