1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/audio/xmixer/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

37 lines
733 B
Makefile

# New ports collection makefile for: xmixer
# Date created: 27 October 1999
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= xmixer
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= audio
# Master site seems to be MIA and no replacement could be found
MASTER_SITES= #http://www.hdk-berlin.de/~rasca/
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio mixer (gtk and Xlib) for X11R6
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
USE_GNOME= gtk12
USE_AUTOCONF_VER= 213
MAN1= xmixer.1
MLINKS= xmixer.1 xgmixer.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
pre-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|rxvt -e|xterm -e|g'
.include <bsd.port.post.mk>