mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c22c3b06b9
o add ESOUND and KDE2 knob. (libao) o add WWW. (libogg) o get rid of xmms dependency. (vorbis) Approved by: maintainer
34 lines
717 B
Makefile
34 lines
717 B
Makefile
# 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= ogg123:${PORTSDIR}/audio/vorbis-tools
|
|
|
|
MD5_FILE= Makefile # dummy
|
|
NO_BUILD= yes
|
|
PLIST= ${WRKDIR}/pkg-plist
|
|
SUBPORTS= libao libogg libvorbis vorbis-tools
|
|
|
|
pre-install:
|
|
${ECHO} "@comment intentionally left empty" > ${PLIST}
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|