summaryrefslogtreecommitdiffstats
path: root/audio/darkice/Makefile
blob: 050ac285734c380ad7fbb153392646dc16915abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ex:ts=8
# New ports collection makefile for:	darkice
# Date created:			Dec 28, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	darkice
PORTVERSION=	0.10.1
CATEGORIES=	audio net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

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.pre.mk>

.if ${OSVERSION} < 500035
CXXFLAGS:=	${CXXFLAGS:N-O*}
.endif

# alternatively:
#
#USE_GCC=	3.1

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud