mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2660918392
net/wmnetload is build with a bogus RUNPATH path, and the elements in the list aren't needed (all paths are standard ones). So just disable RPATH completely. No functional changes outside removing the bogus RUNPATH entry in ELF. ok sthen@
26 lines
481 B
Makefile
26 lines
481 B
Makefile
COMMENT= wm-dockapp; simple network interface monitoring tool
|
|
|
|
DISTNAME= wmnetload-1.3
|
|
REVISION= 6
|
|
CATEGORIES= net x11 x11/windowmaker
|
|
|
|
HOMEPAGE= http://freshmeat.net/projects/wmnetload
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= X11 Xext Xpm c m dockapp
|
|
|
|
SITES= ftp://truffula.com/pub/
|
|
|
|
LIB_DEPENDS= devel/libdockapp>=0.7.3
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}/src && ln ifstat_netbsd.c ifstat_openbsd.c
|
|
|
|
.include <bsd.port.mk>
|