mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
186b8ba82f
Submitted by: trevor Tested by: bento
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: dice
|
|
# Date created: Thu Jan 31 12:07:01 CET 2002
|
|
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hercules
|
|
PORTVERSION= 2.17.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.conmicro.cx/hercules/
|
|
|
|
MAINTAINER= phk@FreeBSD.org
|
|
COMMENT= The Hercules System/370, ESA/390, and z/Architecture Emulator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GETTEXT= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
|
|
|
|
do-install:
|
|
.for i in hercules dasdinit dasdisup dasdload dasdls dasdpdsu \
|
|
tapecopy tapemap tapesplt cckd2ckd cckdcdsk ckd2cckd \
|
|
cckdcomp cckdswap hetget hetinit hetmap hetupd dmap2hrc
|
|
${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for i in ../hercules.cnf cckddasd.html hercconf.html hercfaq.html \
|
|
hercinst.html herclic.html hercload.html hercnew.html herctcp.html \
|
|
hercules.css index.html
|
|
${INSTALL_DATA} ${WRKSRC}/html/$i ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|