mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
26 lines
478 B
Makefile
26 lines
478 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>
|