aboutsummaryrefslogtreecommitdiffstats
path: root/science/libquantum/Makefile
blob: d098e587dc58742d3f1624e816d60a0d6ff4c6d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   libquantum
PORTVERSION=    1.1.0
CATEGORIES= science
MASTER_SITES=   http://www.libquantum.de/files/

MAINTAINER= wenheping@gmail.com
COMMENT=    C library for quantum computing and quantum simulation

GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  libtool
USES=       gmake
USE_LDCONFIG=   yes

.include <bsd.port.mk>