mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# ports collection makefile for: qcl
|
|
# Date created: 23 May 2001
|
|
# Whom: Brad Huntting <huntting@glarp.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qcl
|
|
PORTVERSION= 0.4.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
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/qcl
|
|
|
|
.include <bsd.port.mk>
|