7ff8162898
Based on PR 53556 by Brian R. Gaeke. vmips-1.5.1 was released on 20 August 2018. User-visible changes in version 1.5 (since version 1.5.1): * Bug fixes: * A pair of time calculations in the clock device were revised to avoid triggering compile-time errors in newer C++11-compliant compilers. Improve 'make test'; fails because it needs a mips toolchain.
28 lines
761 B
Makefile
28 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/08/27 07:15:47 wiz Exp $
|
|
|
|
DISTNAME= vmips-1.5.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmips/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://vmips.sourceforge.net/
|
|
COMMENT= MIPS R3000 emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
INSTALLATION_DIRS= bin include/vmips ${PKGMANDIR}/man1 share/vmips share/examples/vmips
|
|
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/vmips
|
|
CONF_FILES= ${EGDIR}/vmipsrc ${PKG_SYSCONFDIR}/vmipsrc
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
TEST_DEPENDS+= dejagnu-[0-9]*:../../devel/dejagnu
|
|
TEST_DIRS= test_code
|
|
# needs mipsel-ecoff-gcc
|
|
#TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|