openbsd-ports/games/netris/Makefile

23 lines
454 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2000/04/09 17:36:31 espie Exp $
1998-05-19 23:32:19 -04:00
1999-10-02 15:19:00 -04:00
DISTNAME= netris-0.5
CATEGORIES= games
FAKE=No
1999-10-02 15:19:00 -04:00
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
1998-05-19 23:32:19 -04:00
1999-10-02 15:19:00 -04:00
MAINTAINER= angelos@openbsd.org
1998-05-19 23:32:19 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 03:02:07 -05:00
1999-10-02 15:19:00 -04:00
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
1998-05-19 23:32:19 -04:00
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
.include <bsd.port.mk>