freebsd-ports/audio/emu10kx/Makefile
Pav Lucistnik a55f0a98ba - Update to 20051021 which features:
* 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)
2005-10-21 22:36:37 +00:00

34 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>