2004-06-01 00:13:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2004/05/31 22:13:16 kristerw 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
|
2004-03-26 03:27:34 +01:00
|
|
|
PKGREVISION= 6
|
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)
|
2004-06-01 00:13:16 +02:00
|
|
|
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
|
2001-01-16 16:43:29 +01:00
|
|
|
.endif
|
|
|
|
|
2004-04-25 10:24:03 +02:00
|
|
|
USE_BUILDLINK3= YES
|
2002-10-25 12:21:33 +02:00
|
|
|
CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib}
|
2003-01-05 21:14:20 +01:00
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
|
2002-10-25 12:21:33 +02:00
|
|
|
|
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
|
|
|
|
2004-04-25 10:24:03 +02:00
|
|
|
.include "../../databases/postgresql-lib/buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2001-01-16 16:43:29 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|