head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.05.54.53;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.10.01.14.55.55;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.27.17.41.00;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2010.12.29.20.04.12;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2009.12.18.02.55.57;	author wen;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.04.20.46.35;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2006.12.29.23.40.53;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2006.12.26.12.46.33;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.03.23.26.34;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.01.09.03.25.02;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.06.13.04.31.34;	author pat;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.27.22.20.43;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.20.12.20.49;	author krion;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.11.07.13.45.17;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.17.15.31.09;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# Created by: Tony Maher <tonym@@biolateral.com.au>
# $FreeBSD: head/biology/primer3/Makefile 305131 2012-10-01 14:55:55Z wen $

PORTNAME=	primer3
PORTVERSION=	1.1.4
CATEGORIES=	biology
MASTER_SITES=	SF

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Primer3 helps to choose primers for PCR reactions

USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/src
DOCUMENTS=	README.txt example

post-patch:
	@@${REINPLACE_CMD} \
		-e 's#^CC *=#CC ?=#;' \
		-e 's#^CFLAGS.*#CFLAGS  += \$$\(CC_OPTS\)#;' \
		-e 's#CC_OPTS = -g#CC_OPTS =#;' \
		-e 's#LDFLAGS = -g#LDFLAGS +=#;' \
		-e 's#^WHITEHEAD_SPECIFIC_HACK.*##;' \
		${WRKDIR}/src/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKDIR}/src/primer3_core ${PREFIX}/bin/primer3
	@@${MKDIR} ${DATADIR}
	@@${INSTALL_DATA} ${WRKDIR}/COPYING.txt ${DATADIR}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for file in ${DOCUMENTS}
	@@${INSTALL_DATA} ${WRKDIR}/${file} ${DOCSDIR}
.endfor
	@@${RM} -rf ${WRKDIR}/test/primer*_list_tmp
	@@${MKDIR} ${EXAMPLESDIR}
	@@cd ${WRKDIR}/test && ${FIND} * | ${CPIO} --quiet \
		-pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif

post-install:
	@@${CAT} ${DATADIR}/COPYING.txt

.include <bsd.port.mk>
@


1.16
log
@SVN rev 305131 on 2012-10-01 14:55:55Z by wen

- Take maintainership
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.15
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@- Respect CC

PR:		163172
Submitted by:	Jan Beich <jbeich@@tormail.net>
Approved by:	maintainer timeout
@
text
@d1 1
a1 4
# New ports collection makefile for:	primer3
# Date created:				25 February 2002
# Whom:					Tony Maher <tonym@@biolateral.com.au>
#
a2 1
#
d9 1
a9 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.13
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d22 1
d25 1
a25 1
		-e 's#LDFLAGS = -g#LDFLAGS ?=#;' \
@


1.12
log
@- Update to 1.1.4

Submitted by:	Wen Heping (myself)
Approved by:	maintainer (via Email)
@
text
@a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.11
log
@- Update to 1.1.3

PR:		ports/122374
Submitted by:	Wen heping <wenheping@@gmail.com>
Patch revised:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
d18 1
a18 1
WRKSRC=		${WRKDIR}/${DISTNAME}/src
d27 1
a27 1
		${WRKDIR}/${DISTNAME}/src/Makefile
d30 1
a30 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/primer3_core ${PREFIX}/bin/primer3
d32 1
a32 1
	@@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/COPYING.txt ${DATADIR}
d36 1
a36 1
	@@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${file} ${DOCSDIR}
d38 1
a38 1
	@@${RM} -rf ${WRKDIR}/${DISTNAME}/test/primer*_list_tmp
d40 1
a40 1
	@@cd ${WRKDIR}/${DISTNAME}/test && ${FIND} * | ${CPIO} --quiet \
@


1.10
log
@- Update to 1.0.1
- Update MASTER_SITES
- Pass maintainership to submitter

PR:		ports/107246
Submitted by:	Fernan Aguero<fernan@@iib.unsam.edu.ar> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
d11 2
a12 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}_${PORTVERSION}
d17 1
d19 1
a19 1
DOCUMENTS=	README.${PORTNAME}_${PORTVERSION}.txt example
d32 1
a32 1
	@@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Copyright.txt ${DATADIR}
d45 1
a45 1
	@@${CAT} ${DATADIR}/Copyright.txt
@


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

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d11 2
a12 1
MASTER_SITES=	http://frodo.wi.mit.edu/primer3/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 1
DOCUMENTS=	README example
d32 1
a32 1
	@@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Copyright ${DATADIR}
d45 1
a45 1
	@@${CAT} ${DATADIR}/Copyright
@


1.8
log
@Remove USE_REINPLACE from all categories starting with B
@
text
@d14 1
a14 1
MAINTAINER=	tonymaher@@optusnet.com.au
@


1.7
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
@a16 1
USE_REINPLACE=	yes
@


1.6
log
@- Update to 1.0.0
- Make DATADIR/EXAMPLESDIR/DOCSDIR safe
- Don't hardcode ${CPIO}

PR:		ports/82154
Submitted by:	George Hartzell <hartzell@@alerce.com>
Approved by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	tonym@@biolateral.com.au
@


1.5
log
@- Fix MASTER_SITES

PR:		ports/63469
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d12 1
a12 1
DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/}_test
a18 1
CPIO=		cpio --quiet -pdum -R
a19 2
CGI_EXAMPLES=	primer3_www.cgi		primer3_www_help.html \
		primer3_www_results.cgi	primer3_www_results_help.html
a32 3
.for file in ${CGI_EXAMPLES}
	@@${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR}
.endfor
d38 1
a38 1
	@@${RMDIR} ${WRKDIR}/${DISTNAME}/test/primer*_list_tmp
d40 2
a41 2
	@@cd ${WRKDIR}/${DISTNAME}/test && ${FIND} * | \
		${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
@


1.4
log
@- Fix MASTER_SITES

PR:		60417
Submitted by:	maintainer
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.broad.mit.edu/ftp/distribution/software/
@


1.3
log
@De-pkg-comment.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www-genome.wi.mit.edu/ftp/distribution/software/
@


1.2
log
@Updated to fix problems as stated in PR ports/42915

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


1.1
log
@add primer3 0.9
Primer3 helps to choose primers for PCR reactions

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

