diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-22 12:05:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-22 12:05:34 +0000 |
commit | b4691fda765c97581897e6ac58db806ab5c6afef (patch) | |
tree | ff861748698e948ff6787eccf152cd31ff31aaf8 /graphics/xmms-gdancer | |
parent | Update to 0.14 (diff) |
- 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
Diffstat (limited to 'graphics/xmms-gdancer')
-rw-r--r-- | graphics/xmms-gdancer/Makefile | 11 | ||||
-rw-r--r-- | graphics/xmms-gdancer/pkg-message | 10 |
2 files changed, 14 insertions, 7 deletions
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 <bsd.port.mk> 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/<name_of_theme>. 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. + ++++++ |