summaryrefslogtreecommitdiff
path: root/audio/umix/Makefile
blob: 0a5dd78881497720d0d79540122fd63a85f3c635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: George Reid <greid@ukug.uk.freebsd.org>

PORTNAME=	umix
PORTVERSION=	1.0.2
PORTREVISION=	3
CATEGORIES=	audio
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Advanced tool for adjusting soundcard mixers, replacement for aumix

USES=		alias ncurses
GNU_CONFIGURE=	yes
MAKE_ARGS=	LIBS="${NCURSESLIBS}"

PLIST_FILES=	bin/umix \
		man/man1/umix.1.gz

post-patch:
	@${REINPLACE_CMD} -e \
		's|="/etc"|="$${prefix}/etc"|g' ${WRKSRC}/configure

.include <bsd.port.mk>