Makefile 582 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.28 2015/05/18 11:29:38 jasper Exp $
  2. COMMENT= cockroaches hide under your windows
  3. # The source code for xroach is the same under both directories
  4. # (4.4BSD-Lite and 4.4BSD-Lite2) on the dist site.
  5. DISTNAME= xroach
  6. PKGNAME= xroach-4.4
  7. REVISION = 1
  8. CATEGORIES= x11 games
  9. EXTRACT_SUFX= .tar
  10. MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
  11. PERMIT_PACKAGE_CDROM= Yes
  12. WANTLIB= X11 c m pthread-stubs xcb
  13. FAKE_FLAGS= MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
  14. BINOWN="root" BINMODE="755"
  15. post-extract:
  16. rm ${WRKSRC}/obj
  17. .include <bsd.port.mk>