pkgsrc/sysutils/sysinfo/Makefile
agc e53efec387 Initial import of sysinfo, a shareware utility to display system
hardware and software information and configuration, into the NetBSD
packages collection. At the moment, this package is only for Solaris.
1999-06-21 11:18:03 +00:00

22 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/06/21 11:18:03 agc Exp $
#
DISTNAME= sysinfo-3.5.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rge.com/pub/admin/sysinfo/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.magnicomp.com/
LICENSE= shareware
ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris, at the moment
ALL_TARGET= default
INSTALL_TARGET= install install.man
MAKE_ENV+= CPPFLAGS= CC=${CC}
post-build:
${CHMOD} -R o+rx ${WRKDIR}
.include "../../mk/bsd.pkg.mk"