1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/cad/irsim/Makefile

35 lines
722 B
Makefile
Raw Normal View History

# New ports collection makefile for: irsim
1994-12-19 06:01:05 +00:00
# Date created: 18 Dec 1994
# Whom: swallace
#
1999-08-25 04:58:03 +00:00
# $FreeBSD$
1994-12-19 06:01:05 +00:00
#
PORTNAME= irsim
PORTVERSION= 9.5
2003-12-09 18:19:06 +00:00
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://mos.stanford.edu/group/magic/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= An event-driven logic-level simulator for MOS circuis
USE_XLIB= yes
2003-12-09 18:19:06 +00:00
USE_REINPLACE= yes
MAN1= irsim.1
MAN3= irsim-analyzer.3
MAN5= netchange.5
1994-12-19 06:01:05 +00:00
2003-10-16 02:26:47 +00:00
.include <bsd.port.pre.mk>
# othewise patch will complain
post-extract:
@${FIND} ${WRKSRC} -name RCS | ${XARGS} ${RM} -rf
2003-12-09 18:19:06 +00:00
post-patch:
@${EGREP} -lr '^#endif[^$$]' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|\(^#.*endif\).*|\1|g'
2003-10-16 02:26:47 +00:00
.include <bsd.port.post.mk>