26 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.27 2013/05/06 12:01:17 jasper Exp $
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 = 1
CATEGORIES= x11 games
EXTRACT_SUFX= .tar
MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 c m pthread-stubs xcb
FAKE_FLAGS= MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
BINOWN="root" BINMODE="755"
post-extract:
@rm -f ${WRKSRC}/obj
.include <bsd.port.mk>