forked from Lainports/freebsd-ports
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
25 lines
595 B
Makefile
25 lines
595 B
Makefile
PORTNAME= teem
|
|
DISTVERSION= 1.11.0
|
|
DISTVERSIONSUFFIX= -src
|
|
CATEGORIES= science
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Libraries for representing, processing and visualizing scientific data
|
|
WWW= https://teem.sourceforge.net/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/cmake/Teem
|
|
${MV} ${STAGEDIR}${PREFIX}/lib/*.cmake ${STAGEDIR}${PREFIX}/lib/cmake/Teem
|
|
|
|
.include <bsd.port.mk>
|