ee4ab7ef36
as early as possible and revoke privileges immediately after bump PKGNAME to reflect change
22 lines
544 B
Makefile
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>
|