pkgsrc/emulators/hercules/Makefile
jlam 7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00

24 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/02/06 16:58:14 jlam Exp $
DISTNAME= hercules-2.11
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.conmicro.cx/hercules/
COMMENT= s370 emulator
DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads
DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH}
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hercules
${INSTALL_DATA} ${WRKSRC}/hercules.cnf ${PREFIX}/share/examples/hercules/
${INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${PREFIX}/share/examples/hercules/
.include "../../mk/bsd.pkg.mk"