1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/umix/Makefile
Vanilla I. Shu 63edd81f37 Umix is an advanced tool for adjusting soundcard mixers. You can
adjust your mixer either from the command line or from a fullscreen
curses user interface. It was designed as a replacement for Aumix.

PR:		ports/24605
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-17 16:39:11 +00:00

23 lines
497 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= 0.5
CATEGORIES= audio
MASTER_SITES= http://www.ionstream.fi/sakari/umix/files/
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
MAN1= umix.1
.include <bsd.port.mk>