pkgsrc/net/spreadlogd/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

40 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:44 he Exp $
#
DISTNAME= spreadlogd
PKGNAME= spreadlogd-2.0.0
PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= http://www.backhand.org/mod_log_spread/
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= mark@exonetric.com
HOMEPAGE= http://www.backhand.org/mod_log_spread/
COMMENT= Daemon to log to file, messages from spread toolkit clients
GNU_CONFIGURE= yes
USE_TOOLS+= perl yacc
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
RCD_SCRIPTS= spreadlogd
# define the "example" directory for post-install target and for the CONF_FILES
# variable used by pkginstall
EXAMPLEDIR= ${PREFIX}/share/examples/spreadlogd
# tell pkginstall where to pluck virgin configuration files from in the case of a new
# install, knowing that the post-install target in *this* Makefile will put the
# sample configuration in the example directory for us (as well as creating it)
CONF_FILES+= ${EXAMPLEDIR}/spreadlogd.conf.sample ${PKG_SYSCONFDIR}/spreadlogd.conf
# create example directory *and* put the sample configuration file here with the suffix
# .sample so that pkginstall can drop it in for us.
post-install:
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/spreadlogd.conf ${EXAMPLEDIR}/spreadlogd.conf.sample
BUILDLINK_API_DEPENDS.libevent+=libevent>=1.0c
.include "../../net/spread/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"