head	1.19;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	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.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	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.19
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.17.20.22.32;	author sylvio;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.03.12.14.37;	author cs;	state Exp;
branches;
next	1.16;

1.16
date	2012.05.20.12.04.26;	author cs;	state Exp;
branches;
next	1.15;

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

1.14
date	2011.09.15.12.33.21;	author cs;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.11.19.19.06;	author kwm;	state Exp;
branches;
next	1.12;

1.12
date	2010.08.04.06.30.07;	author lwhsu;	state Exp;
branches;
next	1.11;

1.11
date	2010.02.10.21.47.46;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.16.06.27.42;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.31.16.18.42;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2008.07.23.02.43.46;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.07.11.17.24.16;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.23.23.07.18;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.08.13.04.50;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.25.11.10.43;	author vd;	state Exp;
branches;
next	1.3;

1.3
date	2004.11.20.08.09.45;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.07.05.56.42;	author ade;	state Exp;
branches;
next	1.1;

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


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lamarc
# Date created:		6 August 2001
# Whom:			Johann Visagie <wjv@@FreeBSD.org>
#
# $FreeBSD: head/biology/lamarc/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	lamarc
PORTVERSION=	2.1.8
DISTVERSIONSUFFIX=	-src
PORTEPOCH=	1
CATEGORIES=	biology
MASTER_SITES=	http://evolution.genetics.washington.edu/lamarc/download/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A package of programs for computing population parameters

LICENSE=	AL2

OPTIONS_DEFINE=	WXGTK DOCS

WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}

GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

PORTDOCS=	*
PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MWXGTK}
USE_WX=		2.8
WX_CONF_ARGS=	absolute
PLIST_FILES+=	bin/lam_conv
.else
CONFIGURE_ARGS+=	--disable-converter
.endif

.if empty(PORT_OPTIONS:MDOCS)
INSTALL_TARGET=	install-exec-am
.endif

post-patch:
	@@${REINPLACE_CMD} -e \
		's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
@


1.18
log
@- Update to version 2.1.8

Remove file:
files/patch-Makefile.in
files/patch-configure
files/patch-src__control__defaults.h
pkg-plist

PR:		ports/168994
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@Set maintainership back to ports@@
@
text
@d9 2
a10 1
PORTVERSION=	2.1.5
d13 1
a13 2
MASTER_SITES=	http://evolution.gs.washington.edu/lamarc/download/
EXTRACT_SUFX=	.src.tar.gz
d20 1
a20 1
OPTIONS=	WXGTK2 "Install wxWidgets" off
d22 3
d27 4
a30 1
GNU_CONFIGURE=	yes
d32 1
a32 1
.if defined(WITH_WXGTK2)
d34 2
a35 2
CONFIGURE_ARGS+=	--with-wx-config=${WX_CONFIG}
PLIST_SUB+=	WXGTK2=""
a37 1
PLIST_SUB+=	WXGTK2="@@comment "
d40 1
a40 1
.if defined(NOPORTDOCS)
d44 4
@


1.16
log
@Remove non-serving mirror
@
text
@d15 1
a15 1
MAINTAINER=	cs@@FreeBSD.org
@


1.15
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d12 1
a12 2
MASTER_SITES=	http://evolution.gs.washington.edu/lamarc/download/ \
		http://www.c-s.li/ports/
@


1.14
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d19 1
a19 1
LICENSE=	ASL
@


1.13
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d16 1
a16 1
MAINTAINER=	c-s@@c-s.li
@


1.12
log
@- Update to 2.1.5
- Pass maintainership to submitter

PR:		ports/149247
Submitted by:	C-S <c-s AT c-s.li>
@
text
@a24 1
USE_GNOME=	gnometarget
@


1.11
log
@- Reset more ports I don't use anymore
@
text
@d9 1
a9 1
PORTVERSION=	2.1.3
d12 2
a13 1
MASTER_SITES=	http://evolution.gs.washington.edu/lamarc/download/
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d19 5
a23 1
MAKE_JOBS_SAFE=  yes
@


1.10
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.9
log
@- Update to 2.1.3

Approved by:    gabor (mentor)
@
text
@d18 2
@


1.8
log
@Update my ports to my freebsd address

Approved by:    araujo (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.1.2c
@


1.7
log
@- Update to 2.1.2c.
- Pass maintainership to submitter.

PR:		ports/125497
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
@
text
@d15 1
a15 1
MAINTAINER=	pgollucci@@p6m7g8.com
@


1.6
log
@- Update to 2.1.2b

PR:		117336
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.1.2b
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- Update to 2.1

PR:		116017
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.1
@


1.4
log
@Get rid of biology/coalesce dependency, it is deprecated and will be removed
shortly.
@
text
@d9 2
a10 2
PORTVERSION=	2001.08.06
PORTREVISION=	1
d12 2
a13 3
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty
d18 2
a19 3
RUN_DEPENDS=	fluctuate:${PORTSDIR}/biology/fluctuate \
		migrate:${PORTSDIR}/biology/migrate \
		recombine:${PORTSDIR}/biology/recombine
d21 8
a28 1
NO_BUILD=	yes
d30 3
a32 1
do-install:	# empty
@


1.3
log
@With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
@
text
@d10 1
d19 1
a19 2
RUN_DEPENDS=	coalesce:${PORTSDIR}/biology/coalesce \
		fluctuate:${PORTSDIR}/biology/fluctuate \
@


1.2
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d15 1
a15 1
MAINTAINER=	wjv@@FreeBSD.org
@


1.1
log
@Add lamarc 2001.08.06,
a package of programs for computing
population parameters.
@
text
@d16 1
@

