openbsd-ports/net/bing/Makefile
pvalchev ee4ab7ef36 This is installed setuid root because it uses SOCK_RAW, so open socket
as early as possible and revoke privileges immediately after
bump PKGNAME to reflect change
2002-09-17 09:06:23 +00:00

22 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.13 2002/09/17 09:06:23 pvalchev Exp $
COMMENT= "point-to-point bandwith measurement tool"
DISTNAME= bing-1.0.4
PKGNAME= ${DISTNAME}p1
CATEGORIES= net
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
HOMEPAGE= http://www.fibrespeed.net/~mbabcock/mirrors/bing/bing.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.include <bsd.port.mk>