1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/emulators/qcl/Makefile

30 lines
567 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.4.1
PORTREVISION= 1
CATEGORIES= emulators 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} >= 500113
BROKEN= "Does not compile (bad C++ code)"
2003-05-18 09:55:25 +00:00
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/qcl
2003-05-18 09:55:25 +00:00
.include <bsd.port.post.mk>