aboutsummaryrefslogtreecommitdiffstats
path: root/audio/umix/Makefile
blob: 01432ea086135f1671bb5b0f5275f726bca1dc75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   umix
# Date created:        24 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   umix
PORTVERSION=    1.0.2
PORTREVISION=   2
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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

GNU_CONFIGURE=  yes

MAN1=       umix.1
PLIST_FILES=    bin/umix

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

.include <bsd.port.mk>