summaryrefslogtreecommitdiff
path: root/audio/aumix/Makefile
blob: 229fd1a5ced1234b76444eb64e329c80714d79a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.9 2001/04/02 20:06:11 wiz Exp $

DISTNAME=	aumix-2.7
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=aumix/} \
		http://jpj.net/~trevor/aumix/ \
		${MASTER_SITE_SUNSITE:=apps/sound/mixers/} \
		ftp://aumix.sourceforge.net/pub/aumix/stable/ \
		http://jpj.net/~trevor/aumix/old/

MAINTAINER=	trevor@jpj.net
HOMEPAGE=	http://jpj.net/~trevor/aumix.html
COMMENT=	Set mix levels

DEPENDS+=	gtk+-1.2.*:../../x11/gtk
BUILD_USES_MSGFMT=	yes

USE_CURSES=	yes
REPLACE_NCURSES=	${WRKSRC}/configure ${WRKSRC}/src/curses.h \
			${WRKSRC}/src/gpm-xterm.h
USE_LIBINTL=	yes

GNU_CONFIGURE=	yes

CONFIGURE_ARGS= --enable-own-labels

.include "../../mk/bsd.prefs.mk"

.if ${NEED_NCURSES} == "YES"
CFLAGS+=        -I${WRKSRC}/src -I${LOCALBASE}/include
.endif

.include "../../mk/bsd.pkg.mk"