1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/umix/Makefile
Kirill Ponomarev 73e1172f13 - Update to version 1.0.2
PR:		58959
Submitted by:	Ports Fury
2003-11-05 16:40:30 +00:00

29 lines
652 B
Makefile

# 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
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
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= umix.1
post-patch:
@${REINPLACE_CMD} -e \
's|="/etc"|="$${prefix}/etc"|g' ${WRKSRC}/configure
.include <bsd.port.mk>