diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 15:02:48 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 15:02:48 +0000 |
commit | 492bd8f43e53c393f99b812937505472c45203fb (patch) | |
tree | 3422706f26e2312379d67b903c6a63ce93dfc599 /audio/xvmixer/Makefile | |
parent | 122e6065d536e341d93f0e5c4eed788ba16b4c5d (diff) | |
download | ports-492bd8f43e53c393f99b812937505472c45203fb.tar.gz ports-492bd8f43e53c393f99b812937505472c45203fb.zip |
Notes
Diffstat (limited to 'audio/xvmixer/Makefile')
-rw-r--r-- | audio/xvmixer/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/xvmixer/Makefile b/audio/xvmixer/Makefile new file mode 100644 index 000000000000..506f987f26f5 --- /dev/null +++ b/audio/xvmixer/Makefile @@ -0,0 +1,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 +CATEGORIES= audio +MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/ \ + ftp://quenix.dyndns.org/freebsd/ + +MAINTAINER= gagnon__s@videotron.ca +COMMENT= Open Look-based audio mixer + +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview + +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> |