freebsd-ports/audio/vorbis/Makefile
Satoshi Asami c2ed1d8a3e Remove do-package target that was running "make package" in
dependencies -- you can do that by setting DEPENDS_TARGET to "package".
2000-11-16 21:28:21 +00:00

34 lines
792 B
Makefile

# New ports collection makefile for: vorbis
# Date created: 22 August 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= vorbis
PORTVERSION= 20001018
CATEGORIES= audio
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= t.vanklaveren@student.utwente.nl
LIB_DEPENDS= ao.0:${PORTSDIR}/audio/libao \
ogg.0:${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>