freebsd-ports/net/warppipe/Makefile
Dejan Lesjak e3b6b4c93e Mark for i386 only.
Given that the port needs 4.x compat libraries and is i386 binary, the
only other arch it could run is amd64. But as it also needs X11 libraries
and there is no port that would install 32bit versions of those yet for
amd64, only i386 is left.

Noticed by:	pointyhat via kris
Approved by:	maintainer
2006-02-16 22:50:01 +00:00

27 lines
638 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://www.warppipe.com/download/
DISTNAME= WarpPipe-0.3.5-bsd
MAINTAINER= howells@kde.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>