aboutsummaryrefslogtreecommitdiff
path: root/audio/xvmixer/Makefile
blob: 40e83c699d9a29ef117eef716d9602aec918397e (plain) (blame)
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
# New Ports collection makefile for:	xvmixer
# Date created:			Tue Apr 15 23:07:07 EDT 2003
# Whom:				Serge Gagnon <gagnon__s@videotron.ca>
#
# $FreeBSD$
#

PORTNAME=	xvmixer
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Open Look-based audio mixer

LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview

MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include -DUSE_XBM_ICON" \
		LDFLAGS="-L${X11BASE}/lib" LIBRARIES="-lxview -lolgx -lX11"
PLIST_FILES=	bin/xvmixer

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${LOCALBASE}/bin

.include <bsd.port.mk>