1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/cad/irsim/Makefile

25 lines
551 B
Makefile
Raw Normal View History

# New ports collection makefile for: irsim
# Version required: 9.2
1994-12-19 06:01:05 +00:00
# Date created: 18 Dec 1994
# Whom: swallace
#
# $Id: Makefile,v 1.7 1996/12/06 08:19:54 swallace Exp $
1994-12-19 06:01:05 +00:00
#
1996-12-06 08:20:18 +00:00
DISTNAME= irsim-9.4.1
CATEGORIES= cad
1996-12-06 08:20:18 +00:00
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.5/
EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org
MAN1= irsim.1
MAN3= irsim-analyzer.3
MAN5= netchange.5
1994-12-19 06:01:05 +00:00
# othewise patch will complain
post-extract:
@find ${WRKSRC} -name RCS | xargs ${RM} -rf
1994-12-19 06:01:05 +00:00
.include <bsd.port.mk>