openbsd-ports/games/netris/Makefile

25 lines
524 B
Makefile
Raw Normal View History

2000-10-22 10:02:46 -04:00
# $OpenBSD: Makefile,v 1.8 2000/10/22 14:03:14 espie Exp $
1998-05-19 23:32:19 -04:00
1999-10-02 15:19:00 -04:00
DISTNAME= netris-0.5
CATEGORIES= games
2000-05-31 12:52:22 -04:00
FAKE= Yes
1999-10-02 15:19:00 -04:00
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
1998-05-19 23:32:19 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-19 23:32:19 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
2000-05-31 12:52:22 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-05-31 12:52:22 -04:00
HAS_CONFIGURE= Yes
1999-10-02 15:19:00 -04:00
CONFIGURE_SCRIPT= Configure
1998-05-19 23:32:19 -04:00
2000-05-31 12:52:22 -04:00
FAKE_FLAGS=DESTDIR=${WRKINST}${PREFIX}/bin
1998-05-19 23:32:19 -04:00
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
.include <bsd.port.mk>