aboutsummaryrefslogtreecommitdiff
path: root/deskutils/hot-babe/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-24 17:11:28 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-24 17:11:28 +0000
commita16d36a28b8e0b4d620cbf5b22a45bc4aa9738a0 (patch)
tree545a2faaa2a19c0774298ba88913a124e7e3ed5c /deskutils/hot-babe/Makefile
parent8af92e9868b66bd285201fbdaac296ac6b022fcc (diff)
Update to 0.2.0
PR: ports/74194 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=122313
Diffstat (limited to 'deskutils/hot-babe/Makefile')
-rw-r--r--deskutils/hot-babe/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile
index 7d2426fe6abe..c9e4fd1c17f4 100644
--- a/deskutils/hot-babe/Makefile
+++ b/deskutils/hot-babe/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= hot-babe
-PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= deskutils
MASTER_SITES= http://dindinx.net/hotbabe/downloads/
@@ -17,11 +16,13 @@ COMMENT= Small utility which displays the system activity in a very special way
USE_BZIP2= yes
USE_X_PREFIX= yes
MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}"
-USE_GNOME= gdkpixbuf
+USE_GNOME= gtk20
USE_REINPLACE= yes
MAN1= hot-babe.1
+PORTDOCS= ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright
+
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "Warning! This port contains some adults only content."
@@ -34,5 +35,11 @@ post-patch:
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>