diff options
Diffstat (limited to 'audio/darkice/Makefile')
-rw-r--r-- | audio/darkice/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index ce398e0..050ac28 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -7,22 +7,32 @@ # PORTNAME= darkice -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.10.1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame-devel \ +LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ vorbis.2:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} MAN1= darkice.1 MAN5= darkice.cfg.5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500035 +CXXFLAGS:= ${CXXFLAGS:N-O*} +.endif + +# alternatively: +# +#USE_GCC= 3.1 + +.include <bsd.port.post.mk> |