openbsd-ports/sysutils/smartmontools/Makefile
kurt b20d316d8d Import smarmontools 5.33
Controls and monitors storage systems using the Self-Monitoring, 
Analysis and Reporting Technology System (SMART) built into most
modern ATA and SCSI hard disks. In many cases, these utilities 
will provide advanced warning of disk degradation and failure.

For now i386 only (Some issues noticed on macppc)

Soekris users with internal hdd will like this port.

From Romain GAILLEGUE <romain@biscotte.net>
2005-03-08 01:47:26 +00:00

28 lines
673 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/03/08 01:47:26 kurt Exp $
# consertive setting. macppc found to have some issues.
ONLY_FOR_ARCHS= i386
COMMENT= "control and monitor storage systems using SMART"
DISTNAME= smartmontools-5.33
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
HOMEPAGE= http://smartmontools.sourceforge.net/
MAINTAINER= Romain GAILLEGUE <romain@biscotte.net>
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c util
.include <bsd.port.mk>