summaryrefslogtreecommitdiff
path: root/audio/emu10kx/Makefile
blob: fee40c287d0be7800c50ff07d2d4a65858265e2d (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
24
25
26
27
28
29
30
31
32
33
34
# Created by: michaels@sdf.lonestar.org
# $FreeBSD$

PORTNAME=	emu10kx
PORTVERSION=	20051021
CATEGORIES=	audio kld
MASTER_SITES=	http://chibis.persons.gfk.ru/audigy/emu10kx/
DISTNAME=	${PORTNAME}-2005-10-21

MAINTAINER=	ports@FreeBSD.org
COMMENT=	SBLive!, Audigy, and Audigy2 driver for FreeBSD

USE_BZIP2=	yes
NO_STAGE=	yes

NO_PACKAGE=	should be recompiled for a particular FreeBSD kernel
SSP_UNSAFE=	kernel module does not support ssp

MAN8=	emuctrl.8
PLIST_FILES=	sbin/emuctrl etc/rc.d/emuctrl.sh
WRKSRC=	${WRKDIR}/${DISTNAME}

.include <bsd.port.pre.mk>

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.post.mk>