46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
30 lines
732 B
Makefile
30 lines
732 B
Makefile
# $OpenBSD: Makefile,v 1.13 2000/10/22 15:42:13 espie Exp $
|
|
|
|
# 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
|
|
CATEGORIES= x11 games
|
|
NEED_VERSION= 1.234
|
|
MASTER_SITES= ftp://ftp.freesoftware.com/pub/4.4BSD-Lite/4.4BSD-Lite2/usr/src/games/
|
|
EXTRACT_SUFX= .tar
|
|
IGNOREFILES= xroach.tar
|
|
|
|
MAINTAINER= Michael Shalayeff <mickey@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man/cat" BINDIR="${PREFIX}/bin" \
|
|
DESTDIR="${WRKINST}" BINOWN="root" BINMODE="755"
|
|
|
|
USE_X11= Yes
|
|
|
|
post-extract:
|
|
@rm -f ${WRKSRC}/obj
|
|
|
|
.include <bsd.port.mk>
|