head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.54.53;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.12.06.28.25;	author itetcu;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.26.12.46.33;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.09.03.25.02;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.11.01.36;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.22.12.07.24;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	seqio
# Date created:				17 August 2001
# Whom:					Tony Maher
#
# $FreeBSD: head/biology/seqio/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	seqio
PORTVERSION=	1.2.2
PORTREVISION=	1
CATEGORIES=	biology
MASTER_SITES=	http://www.cs.ucdavis.edu/~gusfield/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A set of C functions which can read/write biological sequence files

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

EXAMPLES=	example1.c example2.c example3.c example4.c seqio.c \
		seqio.h Makefile
PROGRAMS=	fmtseq grepseq idxseq typeseq wcseq

do-install:
	cd ${WRKSRC}; \
	for file in ${PROGRAMS}; do \
		${INSTALL_PROGRAM} $$file ${PREFIX}/bin; \
	done
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
	cd ${WRKSRC}; \
	for file in ${EXAMPLES}; do \
		${INSTALL_DATA} $$file ${EXAMPLESDIR}; \
	done
.endif
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${MKDIR} ${DOCSDIR}/html
	${INSTALL_DATA} ${WRKSRC}/bioseq.txt ${DOCSDIR}
	cd ${WRKSRC}/doc; \
	for file in *.doc; do \
		${INSTALL_DATA} $$file ${DOCSDIR}; \
	done
	cd ${WRKSRC}/html; \
	for file in *.html; do \
		${INSTALL_DATA} $$file ${DOCSDIR}/html; \
	done
.endif

.include <bsd.port.mk>
@


1.5
log
@- respect NOPORTEXAMPLES/NOPORTDOCS and fix plist
- bump PORTREVISION

Prompted by:	QA Tindy run
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reset tonymaher@@optusnet.com.au due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d10 1
a19 1
EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}
a24 3
	${MKDIR} ${DOCSDIR}
	${MKDIR} ${DOCSDIR}/html
	${MKDIR} ${EXAMPLESDIR}
d29 2
a30 2
post-install:
.if !defined(NOPORTDOCS)
d35 4
@


1.3
log
@Fix maintainer address

    From: Tony Maher <anthony.maher@@uts.edu.au>
    To: Edwin Groothuis <edwin@@FreeBSD.org>
    Subject: Re: ports/91537: maths/xgobi - download site moved/maintainer addressupdate

    Actually I need  modify all my ports to use OptusNet rather than
    Biolateral.  Is there an easy way to do this or should I submit a
    separate 1-line patch and PR for each port?

    biology/crimap
    biology/dna-qc
    biology/flip
    biology/primer3
    biology/seqio
    biology/wise
    math/xgobi
    net/generic-nqs

Submitted by:	Tony Maher <anthony.maher@@uts.edu.au>
@
text
@d14 1
a14 1
MAINTAINER=	tonymaher@@optusnet.com.au
@


1.2
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	tonym@@biolateral.com.au
@


1.1
log
@Add seqio 1.2.2, a set of C functions which can read/write
biological sequence files.

PR:		29922
Submitted by:	Tony Maher <tonym@@biolateral.com.au>
@
text
@d15 1
@

