diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 17:00:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 17:00:12 +0800 |
commit | 729c3fd33af08b373466084b8ab50df47e1719c2 (patch) | |
tree | 538386f4a7b0c0a59057ca12ed7af502feb641e9 /cad | |
parent | b3eb4d77a63cbf5ccc1a19795f2def44eeef3e99 (diff) | |
download | freebsd-ports-gnome-729c3fd33af08b373466084b8ab50df47e1719c2.tar.gz freebsd-ports-gnome-729c3fd33af08b373466084b8ab50df47e1719c2.tar.zst freebsd-ports-gnome-729c3fd33af08b373466084b8ab50df47e1719c2.zip |
Update (not upgrade, I think).
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Diffstat (limited to 'cad')
-rw-r--r-- | cad/acs/Makefile | 11 | ||||
-rw-r--r-- | cad/acs/files/patch-aa | 4 | ||||
-rw-r--r-- | cad/acs/pkg-plist | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index 05f8c64c55e1..148ae7ea00f1 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -3,12 +3,19 @@ # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id:$ +# $Id: Makefile,v 1.3 1995/04/11 20:12:47 asami Exp $ # +# note: there's a new version out (rewrite in C++). +# i think i'll let that settle for a while; +# at least as long as 0.16 is still available --tg + DISTNAME= acs016 PKGNAME= acs-0.16 CATEGORIES+= cad -MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ +KEYWORDS+= cad "circuit simulation" spice +MASTER_SITES= ftp://cs.rit.edu/pub/acs/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de .include <bsd.port.mk> diff --git a/cad/acs/files/patch-aa b/cad/acs/files/patch-aa index 602aa6f5be14..263c4164e300 100644 --- a/cad/acs/files/patch-aa +++ b/cad/acs/files/patch-aa @@ -26,6 +26,6 @@ + (cd src; make freebsd) + + install: -+ (cd src/FreeBSD; install -c -s -m 755 -g bin -o bin acs /usr/local/bin) -+ (cd doc; install -c -m 644 -g bin -o bin acs.hlp /usr/local/lib) ++ (cd src/FreeBSD; install -c -s -m 755 -g bin -o bin acs ${PREFIX}/bin) ++ (cd doc; install -c -m 644 -g bin -o bin acs.hlp ${PREFIX}/lib) + diff --git a/cad/acs/pkg-plist b/cad/acs/pkg-plist index 66d06dafb1af..a2ec2ee8b131 100644 --- a/cad/acs/pkg-plist +++ b/cad/acs/pkg-plist @@ -1,3 +1,2 @@ -@cwd /usr/local bin/acs lib/acs.hlp |