mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a55f0a98ba
* Audigy 2 / Audigy 2 Value fixes, full support for SB0400 Audigy 2 Value * Workaround for bad AC97 'rec' volume emulation * 4.x build fix * rc.d/emuctrl.sh script that saves card parameters * Improved documentation PR: ports/87772 Submitted by: Michael Seyfert <michaels@sdf.lonestar.org> (maintainer) - Install kernel module into /boot/modules instead of /boot/kernel PR: ports/87541 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> Approved by: Michael Seyfert <michaels@sdf.lonestar.org> (maintainer)
35 lines
787 B
Makefile
35 lines
787 B
Makefile
# Ports collection makefile for: emu10kx
|
|
# Date created: 7 Aug 2005
|
|
# Whom: michaels@sdf.lonestar.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emu10kx
|
|
PORTVERSION= 20051021
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://chibis.persons.gfk.ru/audigy/emu10kx/
|
|
DISTNAME= ${PORTNAME}-2005-10-21
|
|
|
|
MAINTAINER= michaels@sdf.lonestar.org
|
|
COMMENT= SBLive!, Audigy, and Audigy2 driver for FreeBSD
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
|
|
|
|
MAN8= emuctrl.8
|
|
PLIST_FILES= sbin/emuctrl etc/rc.d/emuctrl.sh
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
do-install:
|
|
@${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -DMODULES_WITH_WORLD install
|
|
|
|
post-install:
|
|
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
|
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|