2002-07-18 14:55:14 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: apinger
|
|
|
|
# Date created: Tue Jul 17, 2002
|
|
|
|
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= apinger
|
2003-03-28 04:41:45 +01:00
|
|
|
PORTVERSION= 0.6.1
|
2008-07-16 17:25:51 +02:00
|
|
|
PORTREVISION= 2
|
2004-03-30 12:46:54 +02:00
|
|
|
CATEGORIES= net ipv6
|
2006-06-21 14:21:22 +02:00
|
|
|
MASTER_SITES= http://freebsdcluster.org/~mich/software/ \
|
|
|
|
http://www.bnet.pl/~jajcus/apinger/
|
2002-07-18 14:55:14 +02:00
|
|
|
|
2003-05-07 13:37:56 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= An IP device monitoring tool
|
2002-07-18 14:55:14 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2010-01-25 13:24:06 +01:00
|
|
|
USE_RC_SUBR= apinger
|
|
|
|
SUB_FILES= pkg-message
|
2002-07-18 14:55:14 +02:00
|
|
|
|
2004-11-03 14:14:08 +01:00
|
|
|
OPTIONS= IPV6 "With support for IPv6" on
|
|
|
|
|
2010-01-25 13:24:06 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2004-11-03 14:14:08 +01:00
|
|
|
|
|
|
|
.if !defined(WITH_IPV6)
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2010-01-25 13:24:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2003-06-04 11:49:31 +02:00
|
|
|
|
2002-07-18 14:55:14 +02:00
|
|
|
post-install:
|
2003-03-28 04:41:45 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/apinger.conf ${PREFIX}/etc/apinger.conf.sample
|
2002-07-18 14:55:14 +02:00
|
|
|
.if !defined(BATCH)
|
2010-01-25 13:24:06 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-07-18 14:55:14 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-14 16:02:52 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2002-07-18 14:55:14 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}/NEWS
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/AUTHORS
|
|
|
|
.endif
|
2002-10-14 16:02:52 +02:00
|
|
|
|
2004-11-03 14:14:08 +01:00
|
|
|
.include <bsd.port.post.mk>
|