# New ports collection makefile for:    ocs-unix-agent
# Date created: 8 May 2007
# Whom:         Dennis Cabooter
#
# $FreeBSD: ports/net-mgmt/ocs-unix-agent/Makefile,v 1.3 2007/08/15 09:00:42 itetcu Exp $
#

PORTNAME=	ocs-unix-agent
PORTVERSION=	0.7
CATEGORIES=	net-mgmt
MASTER_SITES=	http://bfleisch.free.fr/ocs-solaris-client/

MAINTAINER=	freebsd@rootxs.org
COMMENT=	Keep track of the computers configuration and software

LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl

DEPRECATED=	Use net-mgmt/ocsinventory-agent instead
EXPIRATION_DATE=2007-09-15

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	libxml2

CONFIGURE_ARGS=	--with-zlib=/usr

PLIST_SUB=	RELEASE=${RELEASE}
PLIST_FILES=	bin/ocs-agent-freebsd-%%RELEASE%% \
		bin/ocs-agent-freebsd-%%RELEASE%%.1007

.include <bsd.port.pre.mk>

RELEASE!=	${UNAME} -r

.include <bsd.port.post.mk>
