pkgsrc/net/netsaint-plugins/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

32 lines
920 B
Makefile

# $NetBSD: Makefile,v 1.20 2004/10/03 00:17:56 tv Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
PKGNAME= netsaint-plugins-1.2.9.4
PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
MAINTAINER= murray@river-styx.org
HOMEPAGE= http://netsaintplug.sourceforge.net/
COMMENT= NetSaint plugins
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
.if !exists(/usr/bin/ssh)
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.endif
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX}
CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
.include "../../net/netsaint-base/Makefile.common"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
.endif
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"