Files
ports/graphics/tachyon/Makefile
T
Siva Mahadevan dd628b4590 */*: fix INSTALL_LIB static library invocations
INSTALL_LIB must not be used to install static libraries as
it strips the installed library; static libraries are useless
when stripped.

PR:		283258
Approved by:	portmgr (infrastructure blanket)
MFH:		2024Q4
2024-12-17 01:31:51 +01:00

28 lines
683 B
Makefile

PORTNAME= tachyon
DISTVERSION= 0.98.9
PORTREVISION= 2
CATEGORIES= graphics science
MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/${DISTVERSION}/
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Multiproccess ray tracing system
WWW= http://jedi.ks.uiuc.edu/~johns/raytracer/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright
ALL_TARGET= bsd
BUILD_WRKSRC= ${WRKSRC}/unix
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/tachyon \
lib/libtachyon.a
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/compile/bsd/tachyon ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/compile/bsd/libtachyon.a ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.post.mk>