freebsd-ports/cad/irsim/Makefile
James E. Housley a26fd8dc63 Update to 9.4 and update homepage
PR:		22935
Submitted by:	Eric Furbish <efurbish@rice.edu>
2001-02-13 13:30:17 +00:00

25 lines
472 B
Makefile

# New ports collection makefile for: irsim
# Date created: 18 Dec 1994
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= irsim
PORTVERSION= 9.5
CATEGORIES= cad
MASTER_SITES= http://mos.stanford.edu/group/magic/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
USE_XLIB= yes
MAN1= irsim.1
MAN3= irsim-analyzer.3
MAN5= netchange.5
# othewise patch will complain
post-extract:
@find ${WRKSRC} -name RCS | xargs ${RM} -rf
.include <bsd.port.mk>