e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
32 lines
726 B
Makefile
32 lines
726 B
Makefile
# New ports collection makefile for: xboxproxy
|
|
# Date created: 6 October 2005
|
|
# Whom: Antony Mawer <ports@mawer.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xboxproxy
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
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= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=xbox
|
|
|
|
PLIST_FILES= bin/xboxproxy
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
|
|
CONFIGURE_ARGS+= --with-pcap=${LOCALBASE}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|