freebsd-ports/audio/uade/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

40 lines
865 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= 1.03
CATEGORIES= audio
MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/uade/uade/
DISTNAME= uade-${PORTVERSION}
MAINTAINER= mbr@FreeBSD.org
COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool:13
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \
--mymods=/ \
--docdir=${X11BASE}/lib/xmms/doc/uade \
CONFIGURE_ENV= SYSCFLAGS='${CFLAGS}'
WRKSRC= ${WRKDIR}/uade-${PORTVERSION}
MAN1= uade.1
post-install:
${RM} -rf ${X11BASE}/share/uade/players/S
.include <bsd.port.mk>