1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/deskutils/hot-babe/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

43 lines
984 B
Makefile

# New ports collection makefile for: hot-babe
# Date created: 2004-11-06
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= hot-babe
PORTVERSION= 0.2.2
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://dindinx.net/hotbabe/downloads/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
MAINTAINER= novel@FreeBSD.org
COMMENT= Small utility which displays the system activity in a very special way
USE_BZIP2= yes
MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}"
USE_GNOME= gtk20
MAN1= hot-babe.1
PORTDOCS= ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "Warning! This port contains some adults only content."
@${ECHO_MSG} "You might hit Ctrl-C to abort."
@${ECHO_MSG}
post-install:
${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>