1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Updated to 2.7.1

PR:		13327
Submitted by:	maintainer
This commit is contained in:
Satoshi Taoka 1999-08-25 05:17:58 +00:00
parent fe1e09a6cc
commit 1300477e40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20942
3 changed files with 24 additions and 11 deletions

View File

@ -1,19 +1,19 @@
# New ports collection Makefile for: rasmol
# Version required: 2.6beta2
# Version required: 2.7.1
# Date created: Dec 4 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#
DISTNAME= RasMol26b2x1
PKGNAME= rasmol-2.6b2.1
DISTNAME= RasMol_2.7.1
PKGNAME= rasmol-2.7.1
CATEGORIES= biology
MASTER_SITES= ftp://nexus.roko.goe.net/pub/rasmol/
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/
MAINTAINER= frankch@waru.life.nthu.edu.tw
WRKSRC= $(WRKDIR)/RasMol2.6x1
WRKSRC= $(WRKDIR)/RasMol_2.7.1/src/
USE_IMAKE= yes
MAN1= rasmol.1

View File

@ -1 +1 @@
MD5 (RasMol26b2x1.tar.gz) = 3f5cf0422aff16e691a20437bba459e1
MD5 (RasMol_2.7.1.tar.gz) = e01035d1af2a1595874bbee0989cc24c

View File

@ -1,12 +1,25 @@
--- Imakefile.orig Thu Dec 4 16:59:35 1997
+++ Imakefile Thu Dec 4 17:01:47 1997
@@ -9,7 +9,8 @@
--- Imakefile.orig Tue Jul 6 07:48:28 1999
+++ Imakefile Mon Aug 23 11:36:22 1999
@@ -64,7 +64,7 @@
# RasMol's on-line help direcory
# e.g. /usr/local/lib/rasmol/rasmol.hlp
-RASMOLDIR = $(USRLIBDIR)/rasmol/
+#RASMOLDIR = $(USRLIBDIR)/rasmol/
+RASMOLDIR = $(X11BASE)/lib/X11/rasmol/
+RASMOLDIR = $(PREFIX)/lib/X11/rasmol/
@@ -104,8 +104,9 @@
ComplexProgramTarget(rasmol)
MakeDirectories(install,$(RASMOLDIR))
InstallNonExec(rasmol.hlp,$(RASMOLDIR))
-InstallNonExec(data/1crn.pdb,$(RASMOLDIR))
-InstallNonExec(data/3cro.pdb,$(RASMOLDIR))
+InstallNonExec(../data/1crn.pdb,$(RASMOLDIR))
+InstallNonExec(../data/3cro.pdb,$(RASMOLDIR))
-rasmol.man:: doc/rasmol.1
- ln -s doc/rasmol.1 rasmol.man
+rasmol.man::
+ gunzip ../doc/rasmol.1.gz
+ ln -s ../doc/rasmol.man rasmol.man