Edit

IABSD.fr/ports/x11/xtoolwait/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/xtoolwait/Makefile
  • COMMENT=	tool startup utility for X11
    
    DISTNAME=	xtoolwait-1.3
    REVISION=	1
    CATEGORIES=	x11
    
    SITES=		${SITE_XCONTRIB:=utilities/} \
    		http://www.hacom.nl/~richard/software/
    
    HOMEPAGE=	http://www.hacom.nl/~richard/software/xtoolwait.html
    
    # GPL
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		X11 Xau Xdmcp Xext c 
    
    CONFIGURE_STYLE=	imake
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>