2007-11-20 21:24:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/11/20 21:24:28 okan Exp $
|
2005-03-08 01:47:26 +00:00
|
|
|
|
|
|
|
# consertive setting. macppc found to have some issues.
|
2006-01-16 01:05:27 +00:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
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
|
|
|
|
2007-11-09 13:35:37 +00:00
|
|
|
DISTNAME= smartmontools-5.37
|
2007-11-20 21:24:28 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2005-03-08 01:47:26 +00:00
|
|
|
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
|
2007-11-20 21:24:28 +00:00
|
|
|
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/smartmontools
|
2005-03-08 01:47:26 +00:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-09 13:35:37 +00:00
|
|
|
WANTLIB= c m stdc++ util
|
2005-03-08 01:47:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|