freebsd-ports/science/qcl/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

29 lines
567 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
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_CMD} ${PREFIX}/bin/qcl
.include <bsd.port.post.mk>