Edit

IABSD.fr/ports/x11/xbanish/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/xbanish/Makefile
  • COMMENT=	utility to automatically hide X11 cursor when typing
    
    V=		1.8
    DISTNAME=	v${V}
    DIST_SUBDIR=	xbanish
    PKGNAME=	${DIST_SUBDIR}-${V}
    REVISION=	0
    
    CATEGORIES=	x11
    HOMEPAGE=	https://github.com/jcs/xbanish
    
    MAINTAINER=	joshua stein <jcs@jcs.org>
    
    SITES=		${HOMEPAGE}/archive/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    # uses pledge()
    WANTLIB+=	X11 Xfixes Xi c Xext
    
    FAKE_FLAGS=	DESTDIR=
    
    NO_TEST=	Yes
    
    WRKDIST=	${WRKDIR}/${PKGNAME}
    
    .include <bsd.port.mk>