freebsd-ports/audio/emu10kx/Makefile
2009-05-30 10:43:05 +00:00

40 lines
884 B
Makefile

# Ports collection makefile for: emu10kx
# Date created: 7 Aug 2005
# Whom: 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= 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}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 699999
BROKEN= does not compile
.endif
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>