Edit

IABSD.fr/ports/x11/xplot/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 20:37:01
    Hash : 0d78a6b6
    Message : MASTER_SITES -> SITES now I only need to finish modules!

  • x11/xplot/Makefile
  • COMMENT=	fast tool to graph and visualize lots of data
    
    DISTNAME=	xplot-0.90.7.1
    REVISION =	0
    CATEGORIES=	net x11
    
    HOMEPAGE=	http://www.xplot.org/
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE=	Yes
    WANTLIB=		X11 c m
    
    SITES=		${HOMEPAGE}xplot/
    
    CONFIGURE_STYLE=gnu dest
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>