summaryrefslogtreecommitdiff
path: root/graphics/bmp-rootvis/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-03-18 10:22:30 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-03-18 10:22:30 +0000
commit8a3ee73dceb5a08d6c571d75b427b7781d05a16f (patch)
treeb0a894dd76df1053e53059945b9d4e021310ab66 /graphics/bmp-rootvis/Makefile
parentUpdate to 2.0.1. (diff)
- Fix problem on -CURRENT caused by objformat removal [1]
- Use MASTER_SITE_BERLIOS Reported by: pointyhat via kris [1]
Notes
Notes: svn path=/head/; revision=187628
Diffstat (limited to 'graphics/bmp-rootvis/Makefile')
-rw-r--r--graphics/bmp-rootvis/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/bmp-rootvis/Makefile b/graphics/bmp-rootvis/Makefile
index c5c424ec8179..158cb148be53 100644
--- a/graphics/bmp-rootvis/Makefile
+++ b/graphics/bmp-rootvis/Makefile
@@ -9,17 +9,21 @@ PORTNAME= bmp-rootvis
PORTVERSION= 0.0.1
PORTREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= http://download.berlios.de/bmp-plugins/
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= bmp-plugins
MAINTAINER= novel@FreeBSD.org
COMMENT= BMP plugin which renders a spectrum analyzer on the root window
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
-PLIST_FILES= lib/bmp/Visualization/librootvis.so
+PLIST_FILES= lib/bmp/Visualization/librootvis.so \
+ lib/bmp/Visualization/librootvis.la \
+ lib/bmp/Visualization/librootvis.a
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
+USE_AUTOTOOLS= libtool:15
.include <bsd.port.mk>