mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
0b8a1dd17f
- Update MASTER_SITES (chase HTTP 302 redirection) - Remove author attribution from the port description (it was also not quite accurate) and point WWW line to a working site instead PR: 257243 Submitted by: maintainer
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
PORTNAME= pload
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://opal.com/src/pload/ LOCAL/pav
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= X11 program to display network traffic graphs
|
|
|
|
USES= imake:env xorg
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
HAS_CONFIGURE= yes
|
|
LATE_INSTALL_ARGS= install.man
|
|
|
|
PLIST_FILES= bin/pload man/man1/pload.1.gz
|
|
|
|
.include <bsd.port.mk>
|