1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/science/qcl/Makefile

30 lines
569 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:06:51 +00:00
COMMENT= A quantum computer simulator
USE_GETOPT_LONG=yes
2003-05-18 09:55:25 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
2003-05-18 09:55:25 +00:00
.endif
do-configure:
echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile
cd ${WRKSRC} && make dep
2003-05-18 09:55:25 +00:00
.include <bsd.port.post.mk>