freebsd-ports/net/xboxproxy/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

30 lines
699 B
Makefile

# Created by: Antony Mawer <ports@mawer.org>
# $FreeBSD$
PORTNAME= xboxproxy
PORTVERSION= 2.1
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.semicomplete.com/files/xboxproxy/
DISTNAME= proxy-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Proxy for the XBox system link protocol
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
USE_RC_SUBR= xboxproxy
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=xbox
PLIST_FILES= bin/xboxproxy
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}
.include <bsd.port.mk>