mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
1c1ff9e014
Changes: - eagleplayer amplifier support: we get david hanney and jesper olsen player support - updated players: MMDC, soundtracker clones, Laxity-Player, mark cooksey old - improved format detection: tfmx, mod15 - shell interactivity support for unix and mos (change subsongs on command line on the fly) - tons of code cleanups
37 lines
804 B
Makefile
37 lines
804 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.80
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ee.tut.fi/~heikki/uade/pre/
|
|
DISTFILES= uade-${PORTVERSION}-pre5${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= mbr@FreeBSD.org
|
|
COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin.
|
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
|
|
BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
USE_LIBTOOL= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \
|
|
--mymods=/ \
|
|
--docprefix=${X11BASE}/lib/xmms \
|
|
|
|
CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}'
|
|
|
|
WRKSRC= ${WRKDIR}/uade-${PORTVERSION}-pre5
|
|
|
|
.include <bsd.port.mk>
|