diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
commit | 257be361409de2c58d9fb43fd40d2de5b84d1e88 (patch) | |
tree | 612d7507c9a92e9c3844332fe88761837927ec0a /cad/irsim | |
parent | Updating Makefiles, audio ports. (diff) |
Update the cad Makefiles. Boy, I love these sparse directories! :)
Notes
Notes:
svn path=/head/; revision=1339
Diffstat (limited to 'cad/irsim')
-rw-r--r-- | cad/irsim/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 3f961696cd91..cd6ef4c7cac3 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -1,15 +1,16 @@ -# New ports collection makefile for: magic -# Version required: 6.4.4 +# New ports collection makefile for: irsim +# Version required: 9.2 # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1994/12/19 06:01:04 swallace Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:44:13 jkh Exp $ # DISTNAME= irsim-9.2 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ CATEGORIES+= cad +MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +EXTRACT_SUFX= .tar.Z + WRKSRC= ${.CURDIR}/work/irsim .include <bsd.port.mk> |