openbsd-ports/sysutils/smartmontools/Makefile

28 lines
676 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/09/15 21:14:02 merdely Exp $
# consertive setting. macppc found to have some issues.
ONLY_FOR_ARCHS= amd64 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>