blob: 850e131695db228afcbb8007be2d101a06f5a2ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: acs
# Version required: 0.16
# Date created: 01 January 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.4 1995/05/02 08:59:56 asami Exp $
#
DISTNAME= acs020
PKGNAME= acs-0.20
CATEGORIES+= cad
KEYWORDS+= cad "circuit simulation" spice
MASTER_SITES= ftp://mammoth.lle.rochester.edu/pub/local/acs/ \
ftp://cs.rit.edu/pub/acs/ \
ftp://ee.rochester.edu/pub/acs/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
.include <bsd.port.mk>
|