diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 04:13:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 04:13:02 +0800 |
commit | 4e5270fead597efd083751ef7136263cffd95b9c (patch) | |
tree | cf7666022548ca77a29ff421e9cd2c381a6b9e0b /cad | |
parent | 23e21233a251ee6b24372eae264086794b6102b8 (diff) | |
download | freebsd-ports-gnome-4e5270fead597efd083751ef7136263cffd95b9c.tar.gz freebsd-ports-gnome-4e5270fead597efd083751ef7136263cffd95b9c.tar.zst freebsd-ports-gnome-4e5270fead597efd083751ef7136263cffd95b9c.zip |
Update the cad Makefiles. Boy, I love these sparse directories! :)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/acs/Makefile | 5 | ||||
-rw-r--r-- | cad/irsim/Makefile | 11 | ||||
-rw-r--r-- | cad/magic/Makefile | 7 | ||||
-rw-r--r-- | cad/pcb/Makefile | 9 |
4 files changed, 20 insertions, 12 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index 8416604d621f..05f8c64c55e1 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -3,9 +3,12 @@ # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id:$ +# DISTNAME= acs016 -MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ +PKGNAME= acs-0.16 CATEGORIES+= cad +MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ .include <bsd.port.mk> 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> diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 2e643ca54bc0..e4a691d01625 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -3,13 +3,14 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/13 13:19:22 ats Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:44:14 jkh Exp $ # DISTNAME= magic-6.4.4 -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 + USE_GMAKE= yes install: diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 9b54ea027aec..71f7ca6a7a9d 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,16 +1,19 @@ # New ports collection makefile for: PCB -# Version required: 0.91 +# Version required: 1.2 patchlevel 3 # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.7 1995/03/28 01:37:43 gpalmer Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:44:16 jkh Exp $ # DISTNAME= pcb-1.2.patch_03 -MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/ +PKGNAME= pcb-1.2.3 CATEGORIES+= cad +MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/ EXTRACT_SUFX= .tar.gz + EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 + MAKE_FLAGS= -f MAKEFILE= makefile USE_IMAKE= |