pkgsrc/sysutils/sysinfo/Makefile

24 lines
569 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2003/06/02 01:16:52 jschauma Exp $
#
DISTNAME= sysinfo-3.5.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rge.com/pub/admin/sysinfo/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.magnicomp.com/
COMMENT= displays system hardware and software information and configuration
LICENSE= shareware
ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris, at the moment
ALL_TARGET= default
INSTALL_TARGET= install install.man
2001-03-31 13:14:29 +02:00
MAKE_ENV+= CPPFLAGS="" CC="${CC}"
post-build:
${CHMOD} -R o+rx ${WRKDIR}
.include "../../mk/bsd.pkg.mk"