blob: 4587e5ea110974e95cef9cfd994091b8e29edf9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: xboxproxy
# Date created: 6 October 2005
# Whom: Antony Mawer <ports@mawer.org>
#
# $FreeBSD$
PORTNAME= xboxproxy
PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/
DISTNAME= proxy-${PORTVERSION}
MAINTAINER= ports@mawer.org
COMMENT= A proxy for the XBox system link protocol
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=xbox
USE_GMAKE= yes
PLIST_FILES= bin/xboxproxy
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
.include <bsd.port.post.mk>
|