diff options
author | netchild <netchild@FreeBSD.org> | 2003-05-22 20:05:34 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-05-22 20:05:34 +0800 |
commit | 4cadf51507ce3e0b43a3687c548029145b7aa138 (patch) | |
tree | a47dbaf8919c73eb300c7f467cc102d4d3803966 /graphics | |
parent | eb57b00393395ab1a6633108d9abfb0271399af0 (diff) | |
download | freebsd-ports-gnome-4cadf51507ce3e0b43a3687c548029145b7aa138.tar.gz freebsd-ports-gnome-4cadf51507ce3e0b43a3687c548029145b7aa138.tar.zst freebsd-ports-gnome-4cadf51507ce3e0b43a3687c548029145b7aa138.zip |
- 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')
-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. + ++++++ |