summaryrefslogtreecommitdiff
path: root/audio/vorbis/Makefile
blob: b662ce73b329d1a6dcd688d90cec5ce90d66fd6e (plain) (blame)
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
# New ports collection makefile for:	vorbis
# Date created:				22 August 2000
# Whom:					t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#

PORTNAME=	vorbis
PORTVERSION=	1.0b4
PORTEPOCH=	1
CATEGORIES=	audio
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty

MAINTAINER=	t.vanklaveren@student.utwente.nl

LIB_DEPENDS=	ao.1:${PORTSDIR}/audio/libao \
		ogg.1:${PORTSDIR}/audio/libogg \
		vorbis.0:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS=	${X11BASE}/lib/xmms/Input/libvorbis.so:${PORTSDIR}/audio/vorbis-xmms \
		ogg123:${PORTSDIR}/audio/vorbis-tools

MD5_FILE=	Makefile	# dummy
NO_BUILD=	yes
PLIST=		${WRKDIR}/pkg-plist
SUBPORTS=	libao libogg libvorbis vorbis-tools vorbis-xmms

pre-install:
		${ECHO} "@comment intentionally left empty" > ${PLIST}

do-install:	# empty

.include <bsd.port.mk>