aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2012-09-25 05:58:31 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2012-09-25 05:58:31 +0000
commit34aef59af17f84d4ae4b4b79bfdb22ef3c11cf40 (patch)
tree0a7b79f781e1d0fddd779bb7241393752ff4c3c4 /benchmarks
parentb3a409f7c1613ea1139d8727ab7585177b478ef5 (diff)
downloadports-34aef59af17f84d4ae4b4b79bfdb22ef3c11cf40.tar.gz
ports-34aef59af17f84d4ae4b4b79bfdb22ef3c11cf40.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/nqueens/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/benchmarks/nqueens/Makefile b/benchmarks/nqueens/Makefile
index 9359d169ffdc..eacc6a1f4bfd 100644
--- a/benchmarks/nqueens/Makefile
+++ b/benchmarks/nqueens/Makefile
@@ -1,5 +1,9 @@
-# Created by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
+# New ports collection makefile for: N-Queens
+# Date Created: 2 March 2005
+# Whom: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
+#
# $FreeBSD$
+#
PORTNAME= nqueens
PORTVERSION= 1.0
@@ -8,7 +12,7 @@ MASTER_SITES= http://www.arch.cs.titech.ac.jp/~kise/nq/package/
DISTNAME= qn24b-version${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nakaji@jp.freebsd.org
COMMENT= N-queens benchmark
WRKSRC= ${WRKDIR}/version${PORTVERSION}