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