Edit

IABSD.fr/ports/net/mcast-proxy/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:48:23
    Hash : 48b0b966
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • net/mcast-proxy/Makefile
  • # $OpenBSD: Makefile,v 1.6 2019/07/12 20:48:32 sthen Exp $
    
    COMMENT =		multicast proxy daemon
    
    DISTNAME =		mcast-proxy-1.0
    CATEGORIES =		net
    REVISION =		3
    
    MASTER_SITES =		http://www.weirdnet.nl/openbsd/code/mcast-proxy/
    
    MAINTAINER =		Paul de Weerd <weerd@weirdnet.nl>
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    # uses pledge()
    WANTLIB =		c event
    
    NO_TEST =		Yes
    
    FAKE_FLAGS =		BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
    
    .include <bsd.port.mk>