4573ae961f
brook at biology dot nmsu dot edu and his team at NMSU. GP is a set of small utilities written in ANSI C to manipulate DNA sequences in a Unix fashion, fit for combining within shell and cgi scripts.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 03:29:59 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= gp-0.26
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.bioinformatics.org/genpak/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hdp@cs.nmsu.edu
|
|
HOMEPAGE= http://www.bioinformatics.org/genpak/
|
|
COMMENT= Manipulate DNA/RNA sequence in a Unix fashion
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|