mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
897ad0b36e
Add USES=xorg and USES=gl to ports in categories starting with 'n'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
22 lines
468 B
Makefile
22 lines
468 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pload
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= LOCAL/pav \
|
|
http://opal.com/jr/freebsd/ports/net/pload/
|
|
|
|
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>
|