1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/science/libquantum/Makefile
Martin Wilke 2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00

18 lines
361 B
Makefile

# 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>