diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-29 17:24:27 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-29 17:24:27 +0000 |
commit | 7e196bac6fb4d27421064363eda15630c377d9d7 (patch) | |
tree | 218acaa70905b427e6b266d4e7097d2732c87bfd /biology | |
parent | 47be32d44a6e02b3bc2ea3d789e5580c97ab57eb (diff) | |
download | ports-7e196bac6fb4d27421064363eda15630c377d9d7.tar.gz ports-7e196bac6fb4d27421064363eda15630c377d9d7.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/kinemage/Makefile | 28 | ||||
-rw-r--r-- | biology/kinemage/distinfo | 1 | ||||
-rw-r--r-- | biology/kinemage/pkg-comment | 1 | ||||
-rw-r--r-- | biology/kinemage/pkg-descr | 6 | ||||
-rw-r--r-- | biology/kinemage/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile new file mode 100644 index 000000000000..491b2d82572b --- /dev/null +++ b/biology/kinemage/Makefile @@ -0,0 +1,28 @@ +# New ports collection Makefile for: kinemage +# Version required: 4.2 +# Date created: Dec 4 1997 +# Whom: frankch@waru.life.nthu.edu.tw +# +# $Id$ +# + +DISTNAME= MAGE_4_2.LINUX +PKGNAME= kinemage-4.2 +CATEGORIES= biology +MASTER_SITES= ftp://suna.biochem.duke.edu/pub/LINUXprograms/ +EXTRACT_SUFX= .Z + +MAINTAINER= frankch@waru.life.nthu.edu.tw + +NO_WRKSUBDIR= YES +NO_BUILD= YES + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + @/usr/bin/uncompress ${WRKDIR}/${DISTFILES} + +do-install: + @${INSTALL_PROGRAM} ${WRKDIR}/MAGE_4_2.LINUX ${PREFIX}/bin/kinemage + +.include <bsd.port.mk> diff --git a/biology/kinemage/distinfo b/biology/kinemage/distinfo new file mode 100644 index 000000000000..4d21c121bd15 --- /dev/null +++ b/biology/kinemage/distinfo @@ -0,0 +1 @@ +MD5 (MAGE_4_2.LINUX.Z) = 28352c13ac25e3843e216c6f856c6ca5 diff --git a/biology/kinemage/pkg-comment b/biology/kinemage/pkg-comment new file mode 100644 index 000000000000..a9e025ca38d5 --- /dev/null +++ b/biology/kinemage/pkg-comment @@ -0,0 +1 @@ +A molecular visualization program with special functions. diff --git a/biology/kinemage/pkg-descr b/biology/kinemage/pkg-descr new file mode 100644 index 000000000000..ab657b9b90c8 --- /dev/null +++ b/biology/kinemage/pkg-descr @@ -0,0 +1,6 @@ +Kinemage is a molecular visualization program. It is very suitable for +educational usage. +This program is developed by David C. Richardson. +Kinemage stands for Kinetic Image. The kinemage file can compose several +molecules and descriptions. +The Homepage of Kinemage is in http://prosci.org/Kinemage/ diff --git a/biology/kinemage/pkg-plist b/biology/kinemage/pkg-plist new file mode 100644 index 000000000000..a2b943b1efc0 --- /dev/null +++ b/biology/kinemage/pkg-plist @@ -0,0 +1 @@ +bin/kinemage |