Edit

IABSD.fr/ports/x11/mlvwm/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/mlvwm/Makefile
  • COMMENT =	Macintosh-like virtual window manager
    
    V =		0.9.4
    DISTNAME =	mlvwm-$V
    CATEGORIES =	x11
    
    HOMEPAGE =	https://github.com/morgant/mlvwm/
    MAINTAINER =	Morgan Aldridge <morgant@makkintosshu.com>
    
    # part MIT part Freeware, see README.md
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=		X11 Xau Xdmcp Xext Xpm c
    
    SITES =			https://github.com/morgant/mlvwm/releases/download/$V/
    
    CONFIGURE_STYLE =	imake
    MAKE_FLAGS =		CC="${CC}" COPTS="${CFLAGS}"
    NO_TEST =		Yes
    
    .include <bsd.port.mk>