2020-03-20 12:57:53 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2020/03/20 11:58:12 nia Exp $
|
2004-10-11 18:51:54 +02:00
|
|
|
#
|
|
|
|
|
Update 2.03 to 2.05
-------------------
2009-07-11 15:09 crosser
* configure.in, rtconfig.c: fix segfault bug in config parser
(Alexei Seleznyov <aseleznyov@parallels.com>)
2008-01-17 15:46 crosser
* clnt_common.c: fix cycle over alternative servers (was infinite
loop)
2006-11-26 15:35 crosser
* configure.in: fix comment
2006-11-26 02:10 crosser
* .cvsignore, Makefile.am, README, acconfig.h, configure.in,
serv_common.c, whoson.3, whoson.8, whoson.conf,
WHOSON/.cvsignore: cleanup from Greg Woods
2006-11-25 23:10 crosser
* Makefile.am: use DESTDIR for default config installation
2014-12-13 15:22:05 +01:00
|
|
|
DISTNAME= whoson-2.05
|
2004-10-11 18:51:54 +02:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whoson/}
|
|
|
|
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
2020-03-20 12:57:53 +01:00
|
|
|
HOMEPAGE= http://whoson.sourceforge.net/
|
2004-10-11 18:51:54 +02:00
|
|
|
COMMENT= Check if (dynamic) IP address is connected
|
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2004-10-11 18:51:54 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WHOSOND_CHROOT?= ${VARBASE}/chroot/whosond
|
|
|
|
CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/whoson.conf"
|
|
|
|
|
2019-11-03 12:45:28 +01:00
|
|
|
RCD_SCRIPTS= whosond
|
|
|
|
OWN_DIRS+= ${WHOSOND_CHROOT}
|
2007-02-22 20:26:05 +01:00
|
|
|
EXDIR= ${PREFIX}/share/examples/whoson
|
|
|
|
CONF_FILES= ${EXDIR}/whoson.conf ${PKG_SYSCONFDIR}/whoson.conf
|
2004-10-11 18:51:54 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
INSTALLATION_DIRS= ${EXDIR}
|
|
|
|
|
2004-10-11 18:51:54 +02:00
|
|
|
# Run this here as whoson's 'install' target will install if not present
|
|
|
|
pre-build:
|
|
|
|
${SED} 's:@@CHROOTDIR@@:${WHOSOND_CHROOT}:g' < ${FILESDIR}/whoson.conf \
|
|
|
|
> ${WRKSRC}/whoson.conf
|
|
|
|
|
|
|
|
post-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/whoson.conf ${DESTDIR}${EXDIR}/whoson.conf
|
2004-10-11 18:51:54 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|