diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-09 18:01:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-09 18:01:11 +0000 |
commit | 1d6c8de438d1121eb2203671269219e9e66f1e01 (patch) | |
tree | abf520d81d59d3c158cfe0404e897e46e08fb35a /biology/rasmol/Makefile | |
parent | Document the new libtool changes. (diff) |
Update to version 2.7.2.1.1
PR: ports/68861
Submitted by: Ports Fury
Diffstat (limited to 'biology/rasmol/Makefile')
-rw-r--r-- | biology/rasmol/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 2aa54c3ffff5..93283da28967 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -6,32 +6,37 @@ # PORTNAME= rasmol -PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTVERSION= 2.7.2.1.1 CATEGORIES= biology -MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/RasMol_2.7.2/ -DISTNAME= RasMol +MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ +DISTNAME= RasMol_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fast Molecular Visualization Program -WRKSRC= ${WRKDIR}/RasMol_2.7.2/src +WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> - USE_IMAKE= yes +MANCOMPRESSED= no +XFREE86_HTML_MAN= no MAN1= rasmol.1 +PLIST_FILES= bin/rasmol bin/rasmol-16 bin/rasmol-32 bin/rasmol-8 \ + lib/X11/rasmol/1crn.pdb lib/X11/rasmol/3cro.pdb \ + lib/X11/rasmol/rasmol.hlp +PLIST_DIRS= lib/X11/rasmol + +.include <bsd.port.pre.mk> + do-build: ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rasmol-* ${PREFIX}/bin ${INSTALL_SCRIPT} ${FILESDIR}/rasmol ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rasmol.man ${PREFIX}/man/man1/rasmol.1 + ${INSTALL_MAN} ${WRKSRC}/rasmol.man ${MANPREFIX}/man/man1/rasmol.1 ${MKDIR} ${PREFIX}/lib/X11/rasmol ${INSTALL_DATA} ${WRKSRC}/rasmol.hlp ${PREFIX}/lib/X11/rasmol ${INSTALL_DATA} ${WRKSRC}/../data/1crn.pdb ${PREFIX}/lib/X11/rasmol |