# New ports collection makefile for: phylip # Date created: 4 July 2000 # Whom: dbader@eece.unm.edu # # $FreeBSD$ # PORTNAME= phylip PORTVERSION= 3.6 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \ http://bioinformatics.weizmann.ac.il/software/linkage_and_mapping/phylip/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= dbader@ece.unm.edu COMMENT= A Phylogeny Inference Package USE_XLIB= yes BUILD_WRKSRC= ${WRKSRC}/src MAKE_ARGS= CC="${CC} ${CFLAGS}" \ DC="${CC} -DX -I${X11BASE}/include ${CFLAGS}" \ GLIBS="-L${X11BASE}/lib -lX11 -lm" BINARIES= clique consense contml contrast dnacomp dnadist dnainvar \ dnaml dnamlk dnamove dnapars dnapenny dollop dolmove \ dolpenny drawgram drawtree factor fitch gendist kitsch \ mix move neighbor pars penny proml promlk protdist \ protpars restdist restml retree seqboot treedist DOCFILES= clique.html consense.html contchar.html contml.html \ contrast.html discrete.html distance.html dnacomp.html \ dnadist.html dnainvar.html dnaml.html dnamlk.html \ dnamove.html dnapars.html dnapenny.html dollop.html \ dolmove.html dolpenny.html draw.html drawgram.html \ drawtree.html factor.html fitch.html gendist.html \ kitsch.html main.html mix.html move.html neighbor.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} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${DOCSDIR} .endfor .endif .include c-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pymsgauth
Commit message (Expand)AuthorAgeFilesLines
* - remove MD5ohauer2011-07-031-1/+0
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
* - Update to 2.1.0sergei2005-02-185-34/+34
* SIZE *DOES* MATTER.sergei2004-01-311-0/+1
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-1/+1
* Use PORTCOMMENT variable instead of pkg-comment file.obraun2002-11-062-1/+1
* - Always install sample config file (i.e. even if NOPORTDOCS is defined)ijliao2002-10-142-16/+15