diff options
author | jschauma <jschauma> | 2003-09-27 23:36:34 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-09-27 23:36:34 +0000 |
commit | 5967afb1d573ce460c10686b12509567be572f98 (patch) | |
tree | ab7d36df16e01a40553a4a5b0c41918b7d88995b /biology/sewer/Makefile | |
parent | 6167c859c37158c849977964bcc5891b0c6ea66f (diff) | |
download | pkgsrc-5967afb1d573ce460c10686b12509567be572f98.tar.gz |
Initial import of sewer, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.
SeWeR is SEquence Analysis using WEb Resources. It has web based Sequence
Analysis. SeWeR is an integrated portal to common web-based services in
bioinformatics.
Diffstat (limited to 'biology/sewer/Makefile')
-rw-r--r-- | biology/sewer/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/biology/sewer/Makefile b/biology/sewer/Makefile new file mode 100644 index 00000000000..fc3b97736bc --- /dev/null +++ b/biology/sewer/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/27 23:36:34 jschauma Exp $ + +DISTNAME= sewer +PKGNAME= sewer-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= biology +MASTER_SITES= ftp://iubio.bio.indiana.edu/molbio/analyze/ +EXTRACT_SUFX= .zip + +MAINTAINER= hdp@cs.nmsu.edu +HOMEPAGE= http://iubio.bio.indiana.edu/webapps/SeWeR/ +COMMENT= SEquence Analysis using WEb Resources + +NO_CONFIGURE= YES +NO_BUILD= YES + +USE_BUILDLINK2= YES + +pre-install: +.for goner in readme.txt* cvs styles/cvs scripts/cvs + ${RM} -fr ${WRKDIR}/${goner} +.endfor + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/sewer + cd ${WRKDIR} && ${PAX} -rw . ${PREFIX}/share/doc/html/sewer/ + cd ${PREFIX}/share/doc/html/sewer && ${LN} -s sewer.htm index.html + +.include "../../mk/bsd.pkg.mk" + |