mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3fc975a6c2
Mention conflict with audio/gmixer. Set maintainer to ports@FreeBSD.org. (gdb) bt #0 0x280eeaf6 in _XtCountVaList () from /usr/X11R6/lib/libXt.so.6 #1 0x280ee07f in XtVaSetValues () from /usr/X11R6/lib/libXt.so.6 #2 0x804ae1a in CbMute () #3 0x280c2815 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6 #4 0x8051f97 in Notify () Submitted by: Frederik Meerwaldt <frederik@freddym.org>
30 lines
496 B
Makefile
30 lines
496 B
Makefile
# New ports collection makefile for: xmixer
|
|
# Date created: 27 October 1999
|
|
# Whom: trevor@jpj.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmixer
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.hdk-berlin.de/~rasca/
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BROKEN= seems incompatible with newpcm
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
USE_AUTOCONF= yes
|
|
|
|
MAN1= xmixer.1
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/config.cache
|
|
|
|
.include <bsd.port.mk>
|