openbsd-ports/net/oproute/Makefile
jsyn 3b705a272f fix both primary and secondary distsites -- the one referenced at
HOMEPAGE hasn't been valid in months, and owners have been unresponsive
2002-09-17 08:53:50 +00:00

33 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.7 2002/09/17 08:53:50 jsyn Exp $
COMMENT= "network performance measuring tool"
DISTNAME= oproute-0.7
PKGNAME= ${DISTNAME}p1
CATEGORIES= net
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/oproute/ \
http://www.mirrors.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>