Edit

IABSD.fr/ports/games/xroach/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:04:03
    Hash : 9433d2a3
    Message : drop RCS Ids

  • games/xroach/Makefile
  • COMMENT=	cockroaches hide under your windows
    
    # The source code for xroach is the same under both directories
    # (4.4BSD-Lite and 4.4BSD-Lite2) on the dist site.
    
    DISTNAME=	xroach
    PKGNAME=	xroach-4.4
    REVISION =	3
    CATEGORIES=	x11 games
    EXTRACT_SUFX=	.tar
    
    PERMIT_PACKAGE=	Yes
    WANTLIB=		X11 c m xcb
    
    FAKE_FLAGS=	MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
    		BINOWN="root" BINMODE="755"
    
    post-extract:
    	rm ${WRKSRC}/obj
    
    .include <bsd.port.mk>