0a37121ca4
across reboots. PR: 35028 Submitted by: Mike Meyer <mwm@mired.org>
23 lines
386 B
Makefile
23 lines
386 B
Makefile
# New ports collection makefile for: mixer
|
|
# Date created: 17 February 2002
|
|
# Whom: Mike Meyer <mwm@mired.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mixer
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/mixer.sh ${PREFIX}/etc/rc.d
|
|
|
|
.include <bsd.port.mk>
|