openbsd-ports/net/oproute/Makefile
jsyn 43f689a840 - jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- for {siphon,flawfinder} s/packetstorm.securify.com/www.packetstormsecurity.org/
ok lebel@, pvalchev@
2001-07-21 20:46:58 +00:00

30 lines
726 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/07/21 20:46:59 jsyn Exp $
COMMENT= "network performance measuring tool"
DISTNAME= oproute-0.7
CATEGORIES= net
NEED_VERSION= 1.425
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.oproute.net/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
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}"
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>