diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /biology | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.zst freebsd-ports-gnome-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
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 |