mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2933026c30
PR: ports/64683 Submitted by: maintainer
27 lines
642 B
Makefile
27 lines
642 B
Makefile
# 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
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/
|
|
|
|
MAINTAINER= gagnon_s@sympatico.ca
|
|
COMMENT= Open Look-based audio mixer
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
PLIST_FILES= bin/xvmixer
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/Makefile
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${LOCALBASE}/bin
|
|
|
|
.include <bsd.port.mk>
|