pkgsrc/emulators/hercules/Makefile

25 lines
729 B
Makefile
Raw Normal View History

2003-07-17 23:31:04 +02:00
# $NetBSD: Makefile,v 1.12 2003/07/17 21:35:31 grant Exp $
DISTNAME= hercules-2.11
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
2003-07-17 23:31:04 +02:00
MAINTAINER= tech-pkg@NetBSD.org
2001-02-20 16:58:16 +01:00
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"