2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:21 jlam 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
|
2006-02-19 17:47:15 +01:00
|
|
|
PKGREVISION= 10
|
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
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-03-25 13:58:46 +01:00
|
|
|
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
|
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX:Q}
|
2004-07-25 00:45:14 +02:00
|
|
|
CPPFLAGS+= -I${PGSQL_PREFIX}/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
|
|
|
|
2005-06-20 04:59:36 +02:00
|
|
|
SUBST_CLASSES+= wrkdir
|
|
|
|
SUBST_STAGE.wrkdir= pre-configure
|
|
|
|
SUBST_SED.wrkdir= -e "s|@WRKDIR@|${WRKDIR:Q}|"
|
|
|
|
SUBST_FILES.wrkdir= plugins-scripts/subst.in
|
|
|
|
|
2004-04-25 10:24:03 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2004-07-25 00:45:14 +02:00
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
2001-01-16 16:43:29 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|