freebsd-ports/net/apinger/Makefile

47 lines
1 KiB
Makefile
Raw Normal View History

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