freebsd-ports/net/warppipe/Makefile
Pav Lucistnik f8fec84c7e - Reset maintainer on his wish
"PS, if you'd like to take over maintaining the port please go ahead, I have
  no interest in it any more."

Submitted by:	Chris Howells <howells@kde.org> (maintainer)
2006-06-11 09:34:47 +00:00

27 lines
647 B
Makefile

# New ports collection makefile for: warppipe
# Date created: 27 June 2004
# Whom: Chris Howells <howells@kde.org>
#
# $FreeBSD$
PORTNAME= warppipe
PORTVERSION= 0.3.5b
CATEGORIES= net games
MASTER_SITES= http://cubeonline.warppipe.com/download/
DISTNAME= WarpPipe-0.3.5-bsd
MAINTAINER= ports@FreeBSD.org
COMMENT= Online multi-player gaming for the Nintendo GameCube
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
ONLY_FOR_ARCHS= i386
USE_XLIB= YES
WRKSRC= ${WRKDIR}/WarpPipe-0.3.5-bsd
NO_BUILD= YES
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/WarpPipe ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/soshell ${PREFIX}/bin
.include <bsd.port.mk>