pkgsrc/emulators/hercules/Makefile

33 lines
887 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2010/01/17 08:00:47 dholland Exp $
DISTNAME= hercules-2.11
PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
MAINTAINER= pkgsrc-users@NetBSD.org
2001-02-20 16:58:16 +01:00
HOMEPAGE= http://www.conmicro.cx/hercules/
COMMENT= S370 emulator
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images
USE_TOOLS+= gmake bash:run
2006-09-09 04:41:53 +02:00
MAKE_FILE= makefile
MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH:Q}
REPLACE_BASH+= dasdlist
PTHREAD_OPTS+= require
INSTALLATION_DIRS+= bin share/examples/hercules
SPECIAL_PERMS+= ${PREFIX}/bin/hercifc ${SETUID_ROOT_PERMS}
pre-install:
${INSTALL_DATA} ${WRKSRC}/hercules.cnf ${DESTDIR}${PREFIX}/share/examples/hercules/
${INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${DESTDIR}${PREFIX}/share/examples/hercules/
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"