mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
23 lines
605 B
Makefile
23 lines
605 B
Makefile
# Created by: 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= libxview.so:x11-toolkits/xview
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DUSE_XBM_ICON" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" LIBRARIES="-lxview -lolgx -lX11"
|
|
PLIST_FILES= bin/xvmixer
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|