blob: f4b993e442e29bd40f0b01a8a499566256c2e512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.13 2003/07/21 16:45:55 martti Exp $
DISTNAME= hercules-2.11
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
MAINTAINER= tech-pkg@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"
|