2000-09-16 01:04:50 -04:00
|
|
|
# New ports collection makefile for: vorbis
|
|
|
|
# Date created: 22 August 2000
|
|
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vorbis
|
2001-03-01 04:36:46 -05:00
|
|
|
PORTVERSION= 1.0b4
|
|
|
|
PORTEPOCH= 1
|
2000-09-16 01:04:50 -04:00
|
|
|
CATEGORIES= audio
|
2000-11-02 16:33:29 -05:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # empty
|
2000-09-16 01:04:50 -04:00
|
|
|
|
2001-03-24 02:07:57 -05:00
|
|
|
MAINTAINER= naddy@mips.inka.de
|
2000-09-16 01:04:50 -04:00
|
|
|
|
2001-03-01 04:36:46 -05:00
|
|
|
LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \
|
|
|
|
ogg.1:${PORTSDIR}/audio/libogg \
|
2000-11-02 16:33:29 -05:00
|
|
|
vorbis.0:${PORTSDIR}/audio/libvorbis
|
2001-03-02 17:07:37 -05:00
|
|
|
RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools
|
2000-11-02 16:33:29 -05:00
|
|
|
|
|
|
|
MD5_FILE= Makefile # dummy
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST= ${WRKDIR}/pkg-plist
|
2001-03-02 17:07:37 -05:00
|
|
|
SUBPORTS= libao libogg libvorbis vorbis-tools
|
2000-11-02 16:33:29 -05:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${ECHO} "@comment intentionally left empty" > ${PLIST}
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
2000-09-16 01:04:50 -04:00
|
|
|
.include <bsd.port.mk>
|