pkgsrc/emulators/ski/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00

44 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:53 rillig Exp $
DISTNAME= ski-0.9.81-l6-i686
PKGNAME= ski-0.9.81.6
CATEGORIES= emulators
MASTER_SITES= # empty
MAINTAINER= skrll@NetBSD.org
HOMEPAGE= http://www.hpl.hp.com/research/linux/ski/
COMMENT= The Hewlett-Packard IA-64 instruction set simulator for Linux/x86
RESTRICTED= Modification or Redistribution not permitted
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
ONLY_FOR_PLATFORM= *-*-i386
.include "../../emulators/suse_linux/Makefile.application"
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
.endif
WRKSRC= ${WRKDIR}
INTERACTIVE_STAGE= fetch extract
NO_BUILD= YES
DOWNLOAD= http://www.hpl.hp.com/research/linux/ski/download.php
FETCH_MESSAGE= \
"Due to licensing restrictions, the HP Ski IA-64 emulator for" \
"Linux 2.x (i686) must be fetched into:" \
" ${DISTDIR}" \
"from:" \
" ${DOWNLOAD}"
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/nue/usr/bin/*ski* ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/nue/usr/man/man1/*ski*.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKDIR}/nue/usr/X11R6/lib/X11/app-defaults/XSki ${PREFIX}/lib/X11/app-defaults/XSki
.include "../../mk/bsd.pkg.mk"