2012-03-29 13:38:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2012/03/29 13:39:00 sthen Exp $
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2010-01-11 15:15:28 +00:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386 powerpc
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= control and monitor storage systems using SMART
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2011-11-10 18:41:22 +00:00
|
|
|
DISTNAME= smartmontools-5.42
|
2005-03-08 01:47:26 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
|
|
|
|
HOMEPAGE= http://smartmontools.sourceforge.net/
|
|
|
|
|
2010-01-11 15:15:28 +00:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2005-03-08 01:47:26 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-11-20 17:22:40 +00:00
|
|
|
USE_GROFF = Yes
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2005-03-08 01:47:26 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2010-11-23 18:21:45 +00:00
|
|
|
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/smartmontools \
|
|
|
|
--with-libcap-ng=no \
|
|
|
|
--disable-drivedb
|
2005-03-08 01:47:26 +00:00
|
|
|
|
2010-01-11 15:15:28 +00:00
|
|
|
# GPLv2+
|
2010-11-23 18:21:45 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m stdc++ util
|
2005-03-08 01:47:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|