Edit

IABSD.fr/ports/sysutils/tabs/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • sysutils/tabs/Makefile
  • # $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:52 sthen Exp $
    
    COMMENT =	utility to set terminal tabs
    DISTNAME =	tabs-5.2.1
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://www.dragonflybsd.org/
    MAINTAINER =	Brian Callahan <bcallah@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c curses
    
    MASTER_SITES =	https://mirrors.nycbug.org/pub/distfiles/
    
    .include <bsd.port.mk>