diff options
author | pav <pav@FreeBSD.org> | 2004-10-12 06:26:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-12 06:26:34 +0800 |
commit | cb9db89916591d1b4d1411081ad13cce23cc3c2b (patch) | |
tree | f7ead96ad1584f3f48d4a313cdad4870cc9f4488 /biology | |
parent | 3cef7ca50de8266439d7b62c4fd9f503ad08e823 (diff) | |
download | freebsd-ports-gnome-cb9db89916591d1b4d1411081ad13cce23cc3c2b.tar.gz freebsd-ports-gnome-cb9db89916591d1b4d1411081ad13cce23cc3c2b.tar.zst freebsd-ports-gnome-cb9db89916591d1b4d1411081ad13cce23cc3c2b.zip |
- Update to 3.62
- Install font files
PR: ports/72212
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by: David A. Bader <dbader@ece.unm.edu> (maintainer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 11 | ||||
-rw-r--r-- | biology/phylip/distinfo | 4 | ||||
-rw-r--r-- | biology/phylip/pkg-plist | 7 |
3 files changed, 16 insertions, 6 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 775589ae4f8d..d2709d4de761 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -6,11 +6,9 @@ # PORTNAME= phylip -PORTVERSION= 3.6.b +PORTVERSION= 3.62 CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/phylip36/ -DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ MAINTAINER= dbader@ece.unm.edu COMMENT= A Phylogeny Inference Package @@ -37,11 +35,16 @@ DOCFILES= clique.html consense.html contchar.html contml.html \ pars.html penny.html phylip.gif proml.html promlk.html \ protdist.html protpars.html restdist.html restml.html \ retree.html seqboot.html sequence.html treedist.html +FONTFILES= font1 font2 font3 font4 font5 font6 do-install: .for f in ${BINARIES} ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${f} ${PREFIX}/bin .endfor + ${MKDIR} ${DATADIR} +.for font in ${FONTFILES} + ${INSTALL_DATA} ${BUILD_WRKSRC}/${font} ${DATADIR} +.endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${DOCFILES} diff --git a/biology/phylip/distinfo b/biology/phylip/distinfo index 5b06d6abe5bf..05ee0f03f926 100644 --- a/biology/phylip/distinfo +++ b/biology/phylip/distinfo @@ -1,2 +1,2 @@ -MD5 (phylip-3.6.b/phylip.tar.gz) = ae6dd33ac51682527f5bf1fdcef6d050 -SIZE (phylip-3.6.b/phylip.tar.gz) = 831905 +MD5 (phylip-3.62.tar.gz) = 2f3858d2628e499cb6d7a817f359364b +SIZE (phylip-3.62.tar.gz) = 1046539 diff --git a/biology/phylip/pkg-plist b/biology/phylip/pkg-plist index 0a64b8322cc6..a5523cad3ad2 100644 --- a/biology/phylip/pkg-plist +++ b/biology/phylip/pkg-plist @@ -75,4 +75,11 @@ bin/treedist %%PORTDOCS%%%%DOCSDIR%%/seqboot.html %%PORTDOCS%%%%DOCSDIR%%/sequence.html %%PORTDOCS%%%%DOCSDIR%%/treedist.html +%%DATADIR%%/font1 +%%DATADIR%%/font2 +%%DATADIR%%/font3 +%%DATADIR%%/font4 +%%DATADIR%%/font5 +%%DATADIR%%/font6 +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |