Add new port of opmixer, a gtk-- program for adjusting an audio

mixer.  I've marked it RESTRICTED because it doesn't mention the
license.  The author tells me that the next version will.  The
distfile for this weighs in at just over 4 kB!
This commit is contained in:
Trevor Johnson 2000-12-31 06:48:48 +00:00
parent 58e54dfd23
commit 1d2eed8acb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36512
5 changed files with 50 additions and 0 deletions

View File

@ -111,6 +111,7 @@
SUBDIR += nspmod
SUBDIR += openal
SUBDIR += opennap
SUBDIR += opmixer
SUBDIR += p5-Audio-CD
SUBDIR += p5-MP3-ID3v1Tag
SUBDIR += p5-MP3-Info

40
audio/opmixer/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: opmixer
# Date created: 2000-12-29
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= opmixer
PORTVERSION= 0.5
CATEGORIES= audio
MASTER_SITES= http://optronic.linuxave.net/wizborn/projects/opmixer/
MAINTAINER= trevor@FreeBSD.org
LIB_DEPENDS= gtkmm.1:${PORTSDIR}/x11-toolkits/gtk-- \
intl.1:${PORTSDIR}/devel/gettext
DOCDIR= share/doc/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}/opmixer
pre-install:
${ECHO} "bin/opmixer" > ${PLIST}
${ECHO} "bin/opmixer-load" >> ${PLIST}
.if !defined(NOPORTDOCS)
${ECHO} ${DOCDIR}/README >> ${PLIST}
${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/opmixer ${WRKSRC}/opmixer-load \
${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
.endif
.include <bsd.port.mk>

1
audio/opmixer/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (opmixer-0.5.tar.bz2) = 609c4327a93cab93d4f87cfbac32acf7

View File

@ -0,0 +1 @@
Adjusts a mixer

7
audio/opmixer/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
This is a program for adjusting an audio mixer. It supports
per-channel muting and settings can be saved.
WWW: http://optronic.linuxave.net/wizborn/projects.php
Trevor Johnson
trevor@FreeBSD.org