openbsd-ports/games/xroach/Makefile

30 lines
700 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2011/06/23 22:50:27 naddy Exp $
COMMENT= cockroaches hide under your windows
2000-03-31 16:28:09 -05:00
# The source code for xroach is the same under both directories
# (4.4BSD-Lite and 4.4BSD-Lite2) on the dist site.
1998-03-13 14:42:57 -05:00
DISTNAME= xroach
2010-11-16 06:23:25 -05:00
PKGNAME= xroach-4.4
REVISION = 1
1998-03-13 14:42:57 -05:00
CATEGORIES= x11 games
MASTER_SITES= ${MASTER_SITES_BACKUP}
EXTRACT_SUFX= .tar
1998-03-13 14:42:57 -05:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
1998-03-13 14:42:57 -05:00
2000-03-16 19:26:36 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c m pthread-stubs xcb
2000-03-16 19:26:36 -05:00
FAKE_FLAGS= MANDIR="${PREFIX}/man/man" BINDIR="${PREFIX}/bin" \
BINOWN="root" BINMODE="755"
2000-03-31 15:57:36 -05:00
post-extract:
@rm -f ${WRKSRC}/obj
1998-03-13 14:42:57 -05:00
.include <bsd.port.mk>