openbsd-ports/net/wmnetload/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

34 lines
724 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:42 sthen Exp $
COMMENT= wm-dockapp; simple network interface monitoring tool
DISTNAME= wmnetload-1.3
REVISION= 0
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
MASTER_SITES= ftp://truffula.com/pub/
LIB_DEPENDS= dockapp::devel/libdockapp
SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
post-extract:
@cd ${WRKSRC}/src && ln ifstat_netbsd.c ifstat_openbsd.c
.include <bsd.port.mk>