1999-11-14 03:17:42 +00:00
|
|
|
# New ports collection makefile for: xmixer
|
|
|
|
# Date created: 27 October 1999
|
|
|
|
# Whom: trevor@jpj.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= xmixer
|
|
|
|
PORTVERSION= 0.9.3
|
1999-11-14 03:17:42 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.hdk-berlin.de/~rasca/
|
|
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
|
2000-11-02 22:38:54 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
BROKEN= seems incompatible with newpcm
|
1999-11-14 03:17:42 +00:00
|
|
|
|
2000-07-07 19:59:26 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
1999-11-14 03:17:42 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 06:36:23 +00:00
|
|
|
USE_GTK= yes
|
2000-07-07 19:59:26 +00:00
|
|
|
USE_AUTOCONF= yes
|
1999-11-14 03:17:42 +00:00
|
|
|
|
|
|
|
MAN1= xmixer.1
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/config.cache
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|