diff options
author | krion <krion@FreeBSD.org> | 2004-01-27 04:34:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-27 04:34:31 +0800 |
commit | cb65c343ebdb778a8d7fa2f82f660d66f5ce836d (patch) | |
tree | ef25ff264fc3ae75b440e0fe3a0bc241864b3900 /science/kmovisto/Makefile | |
parent | 22601a0aaf9550001ade33e5503eebef4158520d (diff) | |
download | freebsd-ports-gnome-cb65c343ebdb778a8d7fa2f82f660d66f5ce836d.tar.gz freebsd-ports-gnome-cb65c343ebdb778a8d7fa2f82f660d66f5ce836d.tar.zst freebsd-ports-gnome-cb65c343ebdb778a8d7fa2f82f660d66f5ce836d.zip |
- Update to version 0.7.0
PR: ports/61958
Submitted by: Ports Fury
Diffstat (limited to 'science/kmovisto/Makefile')
-rw-r--r-- | science/kmovisto/Makefile | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/science/kmovisto/Makefile b/science/kmovisto/Makefile index b4b1d76c438b..d65c8067f766 100644 --- a/science/kmovisto/Makefile +++ b/science/kmovisto/Makefile @@ -7,25 +7,33 @@ # PORTNAME= kmovisto -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= science MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A real 3-D molecule viewer -USE_REINPLACE= yes USE_QT_VER= 3 -USE_MESA= yes -USE_GNOME= gnometarget -GNU_CONFIGURE= yes +USE_GL= yes +USE_REINPLACE= yes USE_GMAKE= yes - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - -e "s|-pedantic||g" -e "s|-ldl||g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|-ldl||g" ${WRKSRC}/kmovisto/Makefile.in + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|-pedantic||g ; \ + s|-fno-exceptions|-fexceptions|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/kmovisto/Makefile.in + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/kmovisto/kmovisto ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/*.html ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/images + ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/images/*.jpg ${DOCSDIR}/images +.endif .include <bsd.port.mk> |