28 lines
581 B
Makefile
28 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.18 2004/11/28 22:41:19 espie 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
|
|
WANTLIB= c ncurses termcap
|
|
|
|
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>
|