319d78b5ce
new maintainers: - databases/gq Marc Balmer - sysutils/login_ldap Peter Werner - sysutils/pstree Sam Smith
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# $OpenBSD: Makefile,v 1.17 2003/09/23 15:29:41 sturm Exp $
|
|
|
|
COMMENT= "network head-to-head version of T*tris"
|
|
|
|
DISTNAME= netris-0.52
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://www.netris.org/
|
|
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
NO_REGRESS= Yes
|
|
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}/bin
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|