2010-10-19 03:43:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/10/19 07:43:02 espie Exp $
|
2005-03-07 20:47:26 -05:00
|
|
|
|
2009-05-17 05:09:23 -04:00
|
|
|
# conservative setting. macppc found to have some issues.
|
2010-01-11 10:15:28 -05:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386 powerpc
|
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
|
|
|
|
2010-03-22 06:39:57 -04:00
|
|
|
DISTNAME= smartmontools-5.39.1
|
2005-03-07 20:47:26 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
|
|
|
|
HOMEPAGE= http://smartmontools.sourceforge.net/
|
|
|
|
|
2010-01-11 10:15:28 -05:00
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
2005-03-07 20:47:26 -05:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-10-19 03:43:00 -04:00
|
|
|
USE_GROFF = Yes
|
2005-03-07 20:47:26 -05:00
|
|
|
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
|
|
|
|
2010-01-11 10:15:28 -05:00
|
|
|
# GPLv2+
|
2005-03-07 20:47:26 -05:00
|
|
|
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>
|