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
|
|
|
|
PORTVERSION= 0.5
|
2003-08-26 22:25:58 +02: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
|
|
|
|
2003-08-25 07:41:38 +02:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
2001-03-17 17:39:11 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-10-27 19:42:33 +01:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
|
2001-03-17 17:39:11 +01:00
|
|
|
|
|
|
|
MAN1= umix.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|