# $NetBSD: Makefile,v 1.40 2002/09/23 22:01:31 jlam Exp $ DISTNAME= xosview-1.7.0.b PKGNAME= xosview-1.7.0b CATEGORIES= sysutils MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \ http://lore.ece.utexas.edu/~bgrayson/xosview/ MAINTAINER= bgrayson@netbsd.org HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html COMMENT= X11 graphical display of OS statistics USE_BUILDLINK2= YES USE_X11BASE= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --x-includes=${X11BASE}/include CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" . if !defined(UVM) && exists(/usr/include/uvm/uvm.h) CFLAGS+= -DUVM UVM= # defined BUILD_DEFS= UVM . endif .elif ${OPSYS} == "SunOS" USE_GMAKE= YES BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs CXX= ${LOCALBASE}/egcs/bin/g++ CPPFLAGS+= -I${X11BASE}/include LIBS+= -lsocket -lnsl .endif .include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk"