2003-09-23 15:29:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2003/09/23 15:29:41 sturm Exp $
|
2001-05-06 01:06:09 +00:00
|
|
|
|
|
|
|
COMMENT= "network head-to-head version of T*tris"
|
1998-05-20 03:32:19 +00:00
|
|
|
|
2003-08-14 16:07:31 +00:00
|
|
|
DISTNAME= netris-0.52
|
1999-10-02 19:19:00 +00:00
|
|
|
CATEGORIES= games
|
2002-10-26 20:44:38 +00:00
|
|
|
|
2002-12-23 19:16:59 +00:00
|
|
|
HOMEPAGE= http://www.netris.org/
|
1999-10-02 19:19:00 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
|
1998-05-20 03:32:19 +00:00
|
|
|
|
2003-08-14 16:07:31 +00:00
|
|
|
# GPL
|
2000-05-31 16:52:22 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2002-12-23 19:16:59 +00:00
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
1998-05-20 03:32:19 +00:00
|
|
|
|
2002-10-26 20:44:38 +00:00
|
|
|
NO_REGRESS= Yes
|
2002-12-23 19:16:59 +00:00
|
|
|
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}/bin
|
2000-05-31 16:52:22 +00:00
|
|
|
|
1998-05-20 03:32:19 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|