2012-10-18 15:06:32 +02:00
|
|
|
# Created by: Antony Mawer <ports@mawer.org>
|
2005-10-06 13:50:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xboxproxy
|
2005-10-07 19:13:19 +02:00
|
|
|
PORTVERSION= 2.1
|
2009-07-23 17:18:23 +02:00
|
|
|
PORTREVISION= 3
|
2005-10-06 13:50:34 +02:00
|
|
|
CATEGORIES= net
|
2009-07-23 17:18:23 +02:00
|
|
|
MASTER_SITES= http://www.semicomplete.com/files/xboxproxy/
|
2005-10-06 13:50:34 +02:00
|
|
|
DISTNAME= proxy-${PORTVERSION}
|
|
|
|
|
2012-10-18 15:06:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Proxy for the XBox system link protocol
|
2005-10-06 13:50:34 +02:00
|
|
|
|
2007-01-31 15:09:55 +01:00
|
|
|
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
|
2005-10-06 13:50:34 +02:00
|
|
|
|
2009-07-23 17:18:23 +02:00
|
|
|
USE_RC_SUBR= xboxproxy
|
2005-10-06 13:50:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=xbox
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xboxproxy
|
|
|
|
|
2007-01-31 15:09:55 +01:00
|
|
|
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|libnet-config|${LIBNET_CONFIG}|g; \
|
|
|
|
s|-lnet|`${LIBNET_CONFIG} --libs`|' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2007-10-04 04:10:52 +02:00
|
|
|
.include <bsd.port.mk>
|