Files
semarie 2660918392 net/wmnetload: remove bogus RUNPATH entry
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@
2023-11-24 10:24:13 +00:00

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>