summaryrefslogtreecommitdiff
path: root/benchmarks/hint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hint/Makefile')
-rw-r--r--benchmarks/hint/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
new file mode 100644
index 00000000000..7ebfb8928dc
--- /dev/null
+++ b/benchmarks/hint/Makefile
@@ -0,0 +1,27 @@
+#
+# New ports collection makefile for: hint
+# Version required: 12 June 1998 (no version stamp)
+# Date created: 18 May 1998
+# Whom: ghelmer
+#
+# $Id: Makefile,v 1.1.1.1 1998/11/13 14:00:50 drochner Exp $
+#
+
+DISTNAME= hint_unix_serial
+PKGNAME= hint.serial-98.06.12
+CATEGORIES= benchmarks
+MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/HINT/source/tar/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= ghelmer@freebsd.org
+
+EXTRACT_BEFORE_ARGS=-xf
+WRKSRC= ${WRKDIR}/unix
+ALL_TARGET= DOUBLE
+MAN1= hint.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint
+ ${INSTALL_MAN} ${WRKSRC}/hint.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>