Convert to use the emulator framework.
This commit is contained in:
parent
c1ef32dc2d
commit
035cc580ef
1 changed files with 6 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.14 2007/06/08 18:34:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2007/08/23 19:28:56 jlam Exp $
|
||||
|
||||
DISTNAME= mbr301h
|
||||
PKGNAME= mbrola-301h
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://tcts.fpms.ac.be/synthesis/mbrola/bin/netbsd/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
@ -15,15 +15,11 @@ LICENSE= no-commercial-use
|
|||
|
||||
WRKSRC= ${WRKDIR}
|
||||
DIST_SUBDIR= mbrola-20010717
|
||||
NO_BUILD= yes
|
||||
BUILD_DIRS= # empty
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ( ${OBJECT_FMT} != "a.out" )
|
||||
DEPENDS+= compat14{,-crypto}>=1.4.3:../../emulators/compat14
|
||||
.endif
|
||||
EMUL_PLATFORMS= netbsd-i386
|
||||
EMUL_REQD= netbsd>=1.4
|
||||
EMUL_MODULES.netbsd= base
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue