585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
26 lines
732 B
Makefile
26 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:58 jlam Exp $
|
|
|
|
DISTNAME= hercules-2.11
|
|
PKGREVISION= 2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.conmicro.cx/hercules/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.conmicro.cx/hercules/
|
|
COMMENT= S370 emulator
|
|
|
|
DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images
|
|
|
|
USE_TOOLS+= gmake
|
|
MAKEFILE= makefile
|
|
MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH}
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
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/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|