summaryrefslogtreecommitdiff
path: root/cad/sceptre/Makefile
diff options
context:
space:
mode:
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>