e43d961628
Aaron Stellman, revised by Daniel Dickman and myself. ok jasper@ ports is unlocked for a while only for those who have been informed. IF JASPER DID NOT MAIL YOU, DO NOT COMMIT!
23 lines
497 B
Makefile
23 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/02/23 21:35:37 sthen Exp $
|
|
|
|
COMMENT= point-to-point bandwidth measurement tool
|
|
|
|
DISTNAME= bing-1.0.5
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ens.fr/pub/unix/syst/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
|
|
|
|
.include <bsd.port.mk>
|