1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/science/libquantum/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

30 lines
605 B
Makefile

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