diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-25 14:46:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-25 14:46:05 +0000 |
commit | fa4534dfa56a11f141433085a88227adf72467fe (patch) | |
tree | c2110044cb53df48da39a0f691ce957ed6f60c32 /audio/libmusicbrainz/Makefile | |
parent | 26a5c384c1a63b569b1c2e4467364c2ed06462f7 (diff) | |
download | ports-fa4534dfa56a11f141433085a88227adf72467fe.tar.gz ports-fa4534dfa56a11f141433085a88227adf72467fe.zip |
Notes
Diffstat (limited to 'audio/libmusicbrainz/Makefile')
-rw-r--r-- | audio/libmusicbrainz/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 7a44c311f3cb..3c3772c97f74 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -6,10 +6,10 @@ # PORTNAME= musicbrainz -PORTVERSION= 1.0.0.pre5 +PORTVERSION= 1.0.0.pre6 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ -DISTNAME= ${PORTNAME}-1.0.0pre5 +DISTNAME= ${PORTNAME}-1.0.0pre6 MAINTAINER= roman@xpert.com @@ -18,6 +18,17 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" + +pre-extract: +.if !defined(WITHOUT_VORBIS) + @${ECHO} + @${ECHO} "You can disable Vorbis support by defining WITHOUT_VORBIS" + @${ECHO} +LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +HAVE_VORBIS= yes +.endif + post-extract: ${TOUCH} ${WRKSRC}/stamp-h.in |