# New ports collection makefile for:	hot-babe
# Date created:		2004-11-06
# Whom:			Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $MidnightBSD: trunk/deskutils/hot-babe/Makefile 20006 2015-08-23 15:54:33Z laffer1 $
# $FreeBSD: ports/deskutils/hot-babe/Makefile,v 1.10 2007/05/19 20:01:39 flz Exp $
#

PORTNAME=	hot-babe
PORTVERSION=	0.2.2
PORTREVISION=	2
CATEGORIES=	deskutils
MASTER_SITES=	http://dindinx.net/hotbabe/downloads/ \
		FREEBSD_LOCAL/novel

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Small utility which displays the system activity in a very special way
LICENSE=	artistic

USES=		pkgconfig tar:bzip2
MAKE_ARGS+=	PREFIX="${PREFIX}" CC="${CC}"
USE_GNOME=	gtk20

PORTDOCS=	ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example

OPTIONS_DEFINE=	DOCS

pre-everything::
	@${ECHO_MSG} "Warning! This port contains some adults only content."
	@${ECHO_MSG} "You might hit Ctrl-C to abort."

post-install:
	${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1
	@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor

.include <bsd.port.mk>
