freebsd-ports/audio/umix/Makefile

26 lines
598 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-10-27 19:42:33 +01:00
COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
2003-10-27 19:42:33 +01:00
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
MAN1= umix.1
.include <bsd.port.mk>