summaryrefslogtreecommitdiff
path: root/cad/sceptre/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-02-11 06:58:11 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-02-11 06:58:11 +0000
commit9635aa5387b039cdc11f60e87bd877d6b803e2d2 (patch)
tree5c7fdaeed30e3fcebe581f76b7ae07565f09ff47 /cad/sceptre/Makefile
parentNew port: HTTP::GHTTP - Perl interface to the gnome ghttp library (diff)
SCEPTRE (System for Circuit Evaluation and Prediction of Transient
Radiation Effects) is a general purpose circuit analysis program which provides all three major analyses, AC, DC, and transient analysis, on either linear or nonlinear networks. It employs a free-form input language and state variable methods to simulate problems of interest to electrical engineers. Requested-by: "Pedro F. Giffuni" <pfg1+@pitt.edu>
Notes
Notes: svn path=/head/; revision=38200
Diffstat (limited to 'cad/sceptre/Makefile')
-rw-r--r--cad/sceptre/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile
new file mode 100644
index 000000000000..ebda0cced9ad
--- /dev/null
+++ b/cad/sceptre/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: sceptre
+# Date created: 11 February 2001
+# Whom: grog
+#
+# $FreeBSD$
+#
+
+PORTNAME= sceptre
+PORTVERSION= 00.317
+CATEGORIES= cad
+MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/
+
+MAINTAINER= grog
+
+BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77
+
+NO_WRKSUBDIR= YES
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/sceptre
+ ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
+ ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
+.endif
+
+.include <bsd.port.mk>