1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/umix/Makefile
John Marino 9c69079077 audio/umix: document ncurses requirement
While here, add USES=alias for DF support
2016-08-23 18:45:12 +00:00

24 lines
462 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
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
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>