Update to 2.1 and fix build on 4.x.

PR:		87024
Submitted by:	Antony Mawer <gnats@mawer.org> (maintainer)
Approved by:	novel (mentor)
This commit is contained in:
Emanuel Haupt 2005-10-07 17:13:19 +00:00
parent 9efc2392c6
commit 8e6d2aef69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144500
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= xboxproxy
PORTVERSION= 1.9
PORTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/
DISTNAME= proxy-${PORTVERSION}
@ -17,14 +17,14 @@ 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"
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
CONFIGURE_ARGS+= --with-pcap=${LOCALBASE}
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (proxy-1.9.tar.gz) = ac9bbf18833959399b0214bf97899221
SIZE (proxy-1.9.tar.gz) = 119703
MD5 (proxy-2.1.tar.gz) = 5fa352eef355192a53a44b36942c6022
SIZE (proxy-2.1.tar.gz) = 119717