aboutsummaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz5/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-05-21 19:54:08 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-05-21 19:54:08 +0000
commit700652161d84d481c8a2dac5930ba25fe49232ce (patch)
tree42a9e228eceaad47ab317e8b0e6f089ea0543e18 /audio/libmusicbrainz5/Makefile
parent67569453e4fcf247aef160f77a222bedfa3d6bac (diff)
downloadports-700652161d84d481c8a2dac5930ba25fe49232ce.tar.gz
ports-700652161d84d481c8a2dac5930ba25fe49232ce.zip
Notes
Diffstat (limited to 'audio/libmusicbrainz5/Makefile')
-rw-r--r--audio/libmusicbrainz5/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile
index 3c3772c97f74..6eaeb00d4557 100644
--- a/audio/libmusicbrainz5/Makefile
+++ b/audio/libmusicbrainz5/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= musicbrainz
-PORTVERSION= 1.0.0.pre6
+PORTVERSION= 1.0.0
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
-DISTNAME= ${PORTNAME}-1.0.0pre6
MAINTAINER= roman@xpert.com
-USE_NEWGCC= yes
-INSTALLS_SHLIB= yes
+USE_AUTOCONF= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
+USE_NEWGCC= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
@@ -30,6 +30,8 @@ HAVE_VORBIS= yes
.endif
post-extract:
- ${TOUCH} ${WRKSRC}/stamp-h.in
+ @${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
+ ${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
+ ${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
.include <bsd.port.mk>