freebsd-ports/audio/uade/Makefile
Martin Blapp 38cc5d1b9d Upgrade to 0.73
Fix the completly broken configures script.
Change the location of the docs
Remove annoying uae warning about "amiga doing something stupid".
2003-01-23 23:55:14 +00:00

34 lines
694 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.73
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=/ \
--docprefix=${X11BASE}/lib/xmms \
WRKSRC= ${WRKDIR}/uade-${PORTVERSION}
.include <bsd.port.mk>