From b4691fda765c97581897e6ac58db806ab5c6afef Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Thu, 22 May 2003 12:05:34 +0000 Subject: - move the post-install message into pkg-message - make the message more explicit (why you HAVE to install a theme) - move the gdkpixbuf dependency into USE_GNOME --- graphics/xmms-gdancer/Makefile | 11 ++++------- graphics/xmms-gdancer/pkg-message | 10 ++++++++++ 2 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 graphics/xmms-gdancer/pkg-message (limited to 'graphics') diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile index f9ce49ee8b0d..f4a76ce8aaa0 100644 --- a/graphics/xmms-gdancer/Makefile +++ b/graphics/xmms-gdancer/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-gdancer PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.figz.com/gdancer/files/ DISTNAME= gdancer-$(PORTVERSION) @@ -14,11 +15,10 @@ DISTNAME= gdancer-$(PORTVERSION) MAINTAINER= netchild@FreeBSD.org COMMENT= XMMS Visualization plugin, displays dancing figures -LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gdkpixbuf INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -27,9 +27,6 @@ CONFIGURE_ARGS= --enable-pixbuf post-install: -${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la - @${ECHO_CMD} +++ - @${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php - @${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just - @${ECHO_CMD} create it. + @${CAT} ${PKGMESSAGE} .include diff --git a/graphics/xmms-gdancer/pkg-message b/graphics/xmms-gdancer/pkg-message new file mode 100644 index 000000000000..7babb38606fa --- /dev/null +++ b/graphics/xmms-gdancer/pkg-message @@ -0,0 +1,10 @@ ++++++ + +Now you HAVE to install some themes from http://www.figz.com/gdancer/themes.php +into .xmms/gdancer_themes/. If it does not exist in your home +directory, just create it. + +If you don't install a theme, you don't see a dancer and you will get +some GTK errors. + ++++++ -- cgit v1.2.3