Edit

IABSD.fr/ports/x11/wind/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/wind/Makefile
  • COMMENT =	small standards-compliant window manager
    DISTNAME =	wind-1.5
    CATEGORIES =	x11
    REVISION =	1
    
    HOMEPAGE =	http://windwm.sourceforge.net
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += ICE SM X11 Xft c
    
    SITES =		${SITE_SOURCEFORGE:=windwm/}
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>