1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/audio/xmms-uade/Makefile
Mario Sergio Fujikawa Ferreira bdbf1030b2 After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 16:37:35 +00:00

33 lines
656 B
Makefile

# New ports collection makefile for: xmms-uade
# Date created: 12 Oct 2002
# Whom: Martin Blapp <mbr@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= xmms-uade
PORTVERSION= 0.71
CATEGORIES= audio
MASTER_SITES= http://www.ee.tut.fi/%7Eheikki/uade/
DISTFILES= uade-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= mbr@FreeBSD.org
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \
--mymods=/
WRKSRC= ${WRKDIR}/uade-${PORTVERSION}
.include <bsd.port.mk>