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