openbsd-ports/net/wmnetload/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

33 lines
703 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/03/29 13:38:49 sthen Exp $
COMMENT= wm-dockapp; simple network interface monitoring tool
DISTNAME= wmnetload-1.3
REVISION= 1
CATEGORIES= net x11 x11/windowmaker
HOMEPAGE= http://freshmeat.net/projects/wmnetload
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c kvm m pthread-stubs xcb dockapp
MASTER_SITES= ftp://truffula.com/pub/
LIB_DEPENDS= devel/libdockapp
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
post-extract:
@cd ${WRKSRC}/src && ln ifstat_netbsd.c ifstat_openbsd.c
.include <bsd.port.mk>