diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
commit | 4e5270fead597efd083751ef7136263cffd95b9c (patch) | |
tree | cf7666022548ca77a29ff421e9cd2c381a6b9e0b /cad/irsim/Makefile | |
parent | 23e21233a251ee6b24372eae264086794b6102b8 (diff) | |
download | FreeBSD-ports-4e5270fead597efd083751ef7136263cffd95b9c.zip FreeBSD-ports-4e5270fead597efd083751ef7136263cffd95b9c.tar.gz |
Update the cad Makefiles. Boy, I love these sparse directories! :)
Diffstat (limited to 'cad/irsim/Makefile')
-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 3f96169..cd6ef4c 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> |