21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Ports collection makefile for: libquantum
|
|
# Date created: 6 Aug, 2009
|
|
# Whom: 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
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|