diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:18 +0800 |
commit | 303f66c1d08584ab3e03f6eb15184df834468f92 (patch) | |
tree | 5f0e2f5db9e51398eb16ac1f96821b00cf5a9f1f | |
parent | 23a3d42d2a08b7915e12b5b9bd31d618b36cf1cd (diff) | |
download | freebsd-ports-gnome-303f66c1d08584ab3e03f6eb15184df834468f92.tar.gz freebsd-ports-gnome-303f66c1d08584ab3e03f6eb15184df834468f92.tar.zst freebsd-ports-gnome-303f66c1d08584ab3e03f6eb15184df834468f92.zip |
- Fix LIB_DEPENDS
- Update WWW
PR: 161628
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | graphics/xmms-gdancer/Makefile | 13 | ||||
-rw-r--r-- | graphics/xmms-gdancer/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/xmms-gdancer/pkg-message | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile index 90a743fdd1b8..ab575d6f7f22 100644 --- a/graphics/xmms-gdancer/Makefile +++ b/graphics/xmms-gdancer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-gdancer PORTVERSION= 0.4.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.travisemslander.com/gdancer/files/ DISTNAME= gdancer-$(PORTVERSION) @@ -17,20 +17,17 @@ COMMENT= XMMS Visualization plugin, displays dancing figures LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Visualization/gdancer.so -USE_GNOME= gtk12 gdkpixbuf +USE_GNOME= gtk12 USE_GMAKE= yes -USE_LDCONFIG= yes - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-pixbuf +PLIST_FILES= lib/xmms/Visualization/gdancer.so post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure -post-install: - -${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la +do-install: + ${INSTALL_DATA} ${WRKSRC}/src/.libs/gdancer.so ${PREFIX}/lib/xmms/Visualization @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/graphics/xmms-gdancer/pkg-descr b/graphics/xmms-gdancer/pkg-descr index 987c245ac7dc..b3c07225eecf 100644 --- a/graphics/xmms-gdancer/pkg-descr +++ b/graphics/xmms-gdancer/pkg-descr @@ -1,3 +1,3 @@ XMMS Visualization plugin, displays dancing figures. -WWW: http://www.figz.com/gdancer/ +WWW: http://www.travisemslander.com/gdancer/ diff --git a/graphics/xmms-gdancer/pkg-message b/graphics/xmms-gdancer/pkg-message index b55cb3a5e09e..daaabfff64a6 100644 --- a/graphics/xmms-gdancer/pkg-message +++ b/graphics/xmms-gdancer/pkg-message @@ -1,6 +1,6 @@ +++++ -Now you have to install some themes from http://www.figz.com/gdancer/themes.php +Now you have to install some themes from http://www.travisemslander.com/gdancer/themes.php into .xmms/gdancer_themes/<name_of_theme>. If it does not exist in your home directory, just create it. |