blob: d386fc143b336932919853ea0501f625a70ae155 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
COMMENT= A startup/shutdown script to preserve mixer settings across reboots
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/mixer.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>
|