# New ports collection makefile for: BioRuby # Date created: 24 October 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= bio PORTVERSION= 0.5.3 CATEGORIES= biology ruby MASTER_SITES= http://bioruby.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}ruby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Integrated environment for Bioinformatics written in Ruby USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb post-patch: ${RUBY} -i -pe 'gsub(%r"(/etc/bioinformatics/)") { "${PREFIX}" + $$1 }' \ ${WRKSRC}/doc/Tutorial.rd.ja \ ${WRKSRC}/lib/bio/io/registry.rb do-install: ${MKDIR} ${PREFIX}/etc/bioinformatics .for f in etc/bioinformatics/seqdatabase.ini ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${f}.sample if [ ! -f ${PREFIX}/${f} ]; then \ ${CP} -p ${PREFIX}/${f}.sample ${PREFIX}/${f}; \ fi .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR}/ja ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.ja ${RUBY_MODDOCDIR}/ja/ .endif .include s-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix MASTER_SITES and WWW, update maintainer address.lx2010-10-081-1/+2
* - Update to version 2.3niels2010-03-223-19/+20
* Change from fortifysoftware.com to fortify.com, to avoid getting a 302.lx2008-08-131-1/+1
* RATS is under new ownership, so change download and WWW info.lx2007-09-092-4/+4
* - Adoptpav2006-05-261-1/+1
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
* - Add SHA256pav2005-11-261-0/+1
* Chase URLs per distfile survey.linimon2005-11-251-1/+1
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
* SIZEify.trevor2004-01-30