2008-04-08 15:48:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/04/08 19:48:16 okan Exp $
|
2005-03-07 20:47:26 -05:00
|
|
|
|
|
|
|
# consertive setting. macppc found to have some issues.
|
2006-01-15 20:05:27 -05:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
2005-03-07 20:47:26 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= control and monitor storage systems using SMART
|
2005-03-07 20:47:26 -05:00
|
|
|
|
2008-04-08 15:48:16 -04:00
|
|
|
DISTNAME= smartmontools-5.38
|
2005-03-07 20:47:26 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
|
|
|
|
HOMEPAGE= http://smartmontools.sourceforge.net/
|
|
|
|
|
2008-04-08 15:48:16 -04:00
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
2005-03-07 20:47:26 -05:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
2007-11-20 16:24:28 -05:00
|
|
|
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/smartmontools
|
2005-03-07 20:47:26 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-09 08:35:37 -05:00
|
|
|
WANTLIB= c m stdc++ util
|
2005-03-07 20:47:26 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|