2829e658f2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
22 lines
601 B
Makefile
22 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/01/07 09:13:53 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= vmips-1.3.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmips/}
|
|
|
|
MAINTAINER= rillig@NetBSD.org
|
|
HOMEPAGE= http://vmips.sourceforge.net/
|
|
COMMENT= MIPS R3000 emulator
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= 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++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|