pkgsrc/emulators/vmips/Makefile
shattered deaf55639e Update to 1.4. Notable changes:
- Completely remove half-done disk controller, skeletonize half-done fpu
- Guard use of the FPU with a runtime option (-o fpu).
2012-10-14 05:44:44 +00:00

30 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/10/14 05:44:44 shattered Exp $
#
DISTNAME= vmips-1.4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmips/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://vmips.sourceforge.net/
COMMENT= MIPS R3000 emulator
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++
do-test:
if ${PKG_INFO} -qe dejagnu; then \
(cd ${WRKSRC}/test_code && ${MAKE} check); \
else \
${ECHO} "dejagnu is required for the test target"; \
fi
.include "../../mk/bsd.pkg.mk"