1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/xmixer/Makefile
2000-10-05 06:36:23 +00:00

28 lines
456 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= trevor@FreeBSD.org
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>