Update science/libquantum to version 1.1.1_1
[dports.git] / science / libquantum / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       libquantum
5 PORTVERSION=    1.1.1
6 PORTREVISION=   1
7 CATEGORIES=     science
8 MASTER_SITES=   http://www.libquantum.de/files/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        C library for quantum computing and quantum simulation
12
13 LICENSE=        GPLv3 # or later
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 GNU_CONFIGURE=  yes
17 USES=           gmake libtool
18 USE_LDCONFIG=   yes
19
20 PLIST_FILES=    include/quantum.h \
21                 lib/libquantum.a \
22                 lib/libquantum.so \
23                 lib/libquantum.so.8 \
24                 lib/libquantum.so.8.0.0
25
26 post-install:
27         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libquantum.so
28
29 .include <bsd.port.mk>