summaryrefslogtreecommitdiff
path: root/cad/acs/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-11-16 10:40:05 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-11-16 10:40:05 +0000
commit94d0c2c9d4a31c8ff6883a7c0d98342bf78c03bb (patch)
treed62f98f80684f6dc593440fae4c4e359f61a994a /cad/acs/Makefile
parentDon't overflow rsa bits. As seen on bugtraq and elsewhere. (diff)
Upgrade to 0.25.
Notes
Notes: svn path=/head/; revision=23148
Diffstat (limited to 'cad/acs/Makefile')
-rw-r--r--cad/acs/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile
index ed412b46ca4c..eff118c4b1af 100644
--- a/cad/acs/Makefile
+++ b/cad/acs/Makefile
@@ -1,19 +1,20 @@
# New ports collection makefile for: acs
-# Version required: 0.21
+# Version required: 0.25
# Date created: 01 January 1995
-# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= acs021
-PKGNAME= acs-0.21
+DISTNAME= acs-0.25
CATEGORIES= cad
-MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ \
- ftp://ftp.uni-trier.de/pub/unix/cad+vlsi/acs/ \
- ftp://ftp.unina.it/pub/electronics/electrical/unix/acs/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://www.geda.seul.org/dist/ \
+ http://www.geda.coelacanth.com/dist/ \
+ ftp://ftp.geda.seul.org/pub/geda/dist/
-MAINTAINER= tg@freebsd.org
+MAINTAINER= tg@FreeBSD.org
+
+USE_NEWGCC= yes
+MAKE_ENV= CCC="${CXX}"
.include <bsd.port.mk>