aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3plot/Makefile')
-rw-r--r--audio/mp3plot/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index 82a07d7b7fee..42b910f8d2f5 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -1,13 +1,14 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-
PORTNAME= mp3plot
DISTVERSION= 0.6.0
-PORTREVISION= 29
+PORTREVISION= 37
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= MP3 bitrate plot tool
+WWW= https://p.outlyer.net/mp3plot/
+
+BROKEN= fails to build with newest Boost
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -24,9 +25,10 @@ CONFIGURE_ARGS= --with-boost-program-options=boost_program_options \
--with-boost-thread=boost_thread
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
LIBS+= -L${LOCALBASE}/lib -lboost_system
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
GD_CONFIGURE_ENABLE= gd
GD_LIB_DEPENDS= libgd.so:graphics/gd