diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /biology | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) | |
download | ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.gz ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to 'biology')
-rw-r--r-- | biology/babel/Makefile | 2 | ||||
-rw-r--r-- | biology/babel/pkg-comment | 1 | ||||
-rw-r--r-- | biology/genpak/Makefile | 2 | ||||
-rw-r--r-- | biology/genpak/pkg-comment | 1 | ||||
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/pkg-comment | 1 | ||||
-rw-r--r-- | biology/rasmol/Makefile | 2 | ||||
-rw-r--r-- | biology/rasmol/pkg-comment | 1 |
8 files changed, 8 insertions, 4 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile index 2a3aff791659..8eeb5ecb5a99 100644 --- a/biology/babel/Makefile +++ b/biology/babel/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Converts among various molecular file formats + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" post-build: diff --git a/biology/babel/pkg-comment b/biology/babel/pkg-comment deleted file mode 100644 index d7ba1d08497a..000000000000 --- a/biology/babel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts among various molecular file formats diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile index 088625acc9ae..14239ebafa02 100644 --- a/biology/genpak/Makefile +++ b/biology/genpak/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= GP is a set of small utilities to manipulate DNA sequences + LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ png.5:${PORTSDIR}/graphics/png diff --git a/biology/genpak/pkg-comment b/biology/genpak/pkg-comment deleted file mode 100644 index c8710a783594..000000000000 --- a/biology/genpak/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GP is a set of small utilities to manipulate DNA sequences diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 833f646d2de2..6f8a80e34c71 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -15,6 +15,8 @@ DISTNAME= libGenome-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Toolkit for developing bioinformatic related software in C++ + USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/biology/libgenome/pkg-comment b/biology/libgenome/pkg-comment deleted file mode 100644 index 86930ba80fb8..000000000000 --- a/biology/libgenome/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Toolkit for developing bioinformatic related software in C++ diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index b0d57c252f9c..17a79d8972b5 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -14,6 +14,8 @@ DISTNAME= RasMol MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Fast Molecular Visualization Program + WRKSRC= ${WRKDIR}/RasMol_2.7.2/src USE_X_PREFIX= yes diff --git a/biology/rasmol/pkg-comment b/biology/rasmol/pkg-comment deleted file mode 100644 index 94e55db1c331..000000000000 --- a/biology/rasmol/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast Molecular Visualization Program |