summaryrefslogtreecommitdiffstats
path: root/audio/emu10kx/Makefile
blob: c30912576c20f9a2db74f1aca9e0493afed35193 (plain)
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
# Ports collection makefile for: emu10kx
# Date created:  7 Aug 2005
# Whom: michaels@sdf.lonestar.org
#
# $FreeBSD$
#

PORTNAME=	emu10kx
PORTVERSION=	20050919
CATEGORIES=	audio
MASTER_SITES=	http://chibis.persons.gfk.ru/audigy/emu10kx/
DISTNAME=	${PORTNAME}-2005-09-19

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
WRKSRC=	${WRKDIR}/${DISTNAME}a

post-install:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
	@${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud