46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:42:00 espie Exp $
|
|
|
|
DISTNAME= netris-0.5
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=simple
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
FAKE_FLAGS=DESTDIR=${WRKINST}${PREFIX}/bin
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|