33 lines
750 B
Makefile
33 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/05/20 19:30:39 jsyn Exp $
|
|
|
|
COMMENT= "network performance measuring tool"
|
|
|
|
DISTNAME= oproute-0.7
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.499
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://www.oproute.net/
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.opnix.com/pub/oproute/ \
|
|
http://www.wiretapped.net/security/network-monitoring/oproute/
|
|
|
|
MAKE_FLAGS= CXX="${CXX}" CFLAGS="${CFLAGS}"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oproute
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oproute
|
|
@strip ${PREFIX}/bin/oproute
|
|
|
|
.include <bsd.port.mk>
|