mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
34fc69aa63
PR: ports/77070 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
30 lines
569 B
Makefile
30 lines
569 B
Makefile
# ports collection makefile for: qcl
|
|
# Date created: 23 May 2001
|
|
# Whom: Brad Huntting <huntting@glarp.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qcl
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= science math
|
|
MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= huntting@glarp.com
|
|
COMMENT= A quantum computer simulator
|
|
|
|
USE_GETOPT_LONG=yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile
|
|
.endif
|
|
|
|
do-configure:
|
|
echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile
|
|
cd ${WRKSRC} && make dep
|
|
|
|
.include <bsd.port.post.mk>
|