freebsd-ports/emulators/qcl/Makefile
Ying-Chieh Liao cfe6e9364d add qcl
A quantum computer simulator

PR:		27628
Submitted by:	Brad Huntting <huntting@glarp.com>
2001-05-29 16:56:08 +00:00

22 lines
429 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
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
post-install:
strip ${PREFIX}/bin/qcl
.include <bsd.port.mk>