# New ports collection makefile for:	ramond
# Date created:				2010-01-25
# Whom:					janos.mohacsi@bsd.hu
#
# $FreeBSD: ports/net-mgmt/ramond/Makefile,v 1.5 2010/05/18 04:07:48 pgollucci Exp $
#

PORTNAME=	ramond
PORTVERSION=	0.4
PORTREVISION=	2
CATEGORIES=	net-mgmt ipv6
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/_${PORTVERSION}/

MAINTAINER=	janos.mohacsi@bsd.hu
COMMENT=	On-link IPv6 router advertisment monitoring and reporting daemon

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_BZIP2=	YES
USE_GNOME=	libxml2
USE_RC_SUBR=	ramon

PORTDOCS=	README

.include <bsd.port.pre.mk>

LIB_DEPENDS+=	apr-1:${PORTSDIR}/devel/apr1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ramond ${PREFIX}/sbin
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.dtd \
		${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/demo.pl \
		${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/ramond.conf.example ${PREFIX}/etc/

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
