summaryrefslogblamecommitdiff
path: root/emulators/qcl/Makefile
blob: 017a8af468779a1bf1aa36f3f59e84242604dc72 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                         
                 




                                                   
                                            
 
                   
 


                          
                                                 

      


                               
                           
# ports collection makefile for:	qcl
# Date created:        23 May 2001
# Whom:                Brad Huntting <huntting@glarp.com>
#
# $FreeBSD$
#

PORTNAME=	qcl
PORTVERSION=	0.4.1
PORTREVISION=   1
CATEGORIES=	emulators 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} >= 500113
BROKEN=		"Does not compile (bad C++ code)"
.endif

post-install:
	strip ${PREFIX}/bin/qcl

.include <bsd.port.post.mk>