2002-10-02 21:58:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2002/10/02 19:58:01 wiz Exp $
|
2001-01-16 16:43:29 +01:00
|
|
|
#
|
|
|
|
|
2002-03-25 13:58:46 +01:00
|
|
|
DISTNAME= netsaint-plugins-1.2.9-4
|
|
|
|
PKGNAME= netsaint-plugins-1.2.9.4
|
2002-04-14 12:00:48 +02:00
|
|
|
PKGREVISION= 2
|
2002-03-25 13:58:46 +01:00
|
|
|
CATEGORIES= net
|
2002-05-12 12:16:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
|
2001-01-16 16:43:29 +01:00
|
|
|
|
2002-03-25 13:58:46 +01:00
|
|
|
MAINTAINER= murray@river-styx.org
|
|
|
|
HOMEPAGE= http://netsaintplug.sourceforge.net/
|
|
|
|
COMMENT= NetSaint plugins
|
2001-01-16 16:43:29 +01:00
|
|
|
|
2002-03-25 13:58:46 +01:00
|
|
|
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
|
2001-01-16 16:43:29 +01:00
|
|
|
.if !exists(/usr/bin/ssh)
|
2002-03-25 13:58:46 +01:00
|
|
|
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
|
2001-01-16 16:43:29 +01:00
|
|
|
.endif
|
|
|
|
|
2001-01-16 17:23:06 +01:00
|
|
|
.include "../../net/netsaint-base/Makefile.common"
|
2002-03-26 21:16:18 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
2002-04-14 12:00:48 +02:00
|
|
|
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
|
2002-03-26 21:16:18 +01:00
|
|
|
.endif
|
2001-01-16 16:43:29 +01:00
|
|
|
|
2002-06-17 13:10:22 +02:00
|
|
|
.include "../../security/openssl/buildlink.mk"
|
2001-01-16 16:43:29 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|