aboutsummaryrefslogblamecommitdiff
path: root/science/qcl/Makefile
blob: d794d1f5ed45674bbcd0feb78ddacb693e004f57 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                         

                            



                                                   
                                            
 
                   
 


                                                    
 
                      
# 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

do-configure:
	echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile
	cd ${WRKSRC} && make dep

.include <bsd.port.mk>