2001-03-17 17:39:11 +01:00
|
|
|
# New ports collection makefile for: umix
|
|
|
|
# Date created: 24 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= umix
|
2003-11-05 17:40:30 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2007-02-26 23:24:44 +01:00
|
|
|
PORTREVISION= 2
|
2001-03-17 17:39:11 +01:00
|
|
|
CATEGORIES= audio
|
2002-12-27 00:35:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-03-17 17:39:11 +01:00
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-27 19:42:33 +01:00
|
|
|
COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
|
2001-03-17 17:39:11 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= umix.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/umix
|
2001-03-17 17:39:11 +01:00
|
|
|
|
2003-11-05 17:40:30 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|="/etc"|="$${prefix}/etc"|g' ${WRKSRC}/configure
|
|
|
|
|
2001-03-17 17:39:11 +01:00
|
|
|
.include <bsd.port.mk>
|