head	1.23;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.21
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.15
	RELEASE_5_5_0:1.15
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2010.12.04.07.30.35;	author ade;	state Exp;
branches;
next	1.21;

1.21
date	2009.08.02.19.32.30;	author mezz;	state Exp;
branches;
next	1.20;

1.20
date	2008.08.21.06.16.21;	author rafan;	state Exp;
branches;
next	1.19;

1.19
date	2008.06.18.19.08.46;	author pav;	state Exp;
branches;
next	1.18;

1.18
date	2007.02.01.02.41.20;	author kris;	state Exp;
branches;
next	1.17;

1.17
date	2006.08.14.10.08.25;	author clsung;	state Exp;
branches;
next	1.16;

1.16
date	2006.05.03.23.26.33;	author edwin;	state Exp;
branches;
next	1.15;

1.15
date	2006.02.23.10.34.52;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.15.06.48.10;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2005.05.31.16.34.45;	author oliver;	state Exp;
branches;
next	1.12;

1.12
date	2005.04.12.03.24.56;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.11.08.01.30;	author obrien;	state Exp;
branches;
next	1.10;

1.10
date	2004.07.09.17.41.58;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.22.07.29.47;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2004.03.14.06.16.03;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.20.22.41.04;	author krion;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.18.14.09.17;	author naddy;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.11.18.13.27;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.07.03.10.42;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.44.03;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.17.19.16.55;	author naddy;	state Exp;
branches;
next	1.1;

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


desc
@@


1.23
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	libgenome
# Date created:			Jul 30, 2002
# Whom:				ijliao
#
# $FreeBSD: head/biology/libgenome/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	libgenome
PORTVERSION=	0.5.2
PORTREVISION=	1
CATEGORIES=	biology
MASTER_SITES=	http://pages.cs.wisc.edu/~darling/libgenome/releases/
DISTNAME=	libGenome-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Toolkit for developing bioinformatic related software in C++

USE_AUTOTOOLS=	libtool
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's|-O2|@@CXXFLAGS@@|g' ${WRKSRC}/src/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/html/*.png ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.22
log
@Sync to new bsd.autotools.mk
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.21
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	libtool:22
@


1.20
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	libtool:15
@


1.19
log
@- Fix fetch, update WWW
@
text
@a21 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.18
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d13 1
a13 1
MASTER_SITES=	http://www.cs.wisc.edu/~darling/libgenome/releases/
@


1.17
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d19 1
@


1.16
log
@Remove USE_REINPLACE from all categories starting with B
@
text
@d22 1
a22 1
INSTALLS_SHLIB=	yes
@


1.15
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@a19 1
USE_REINPLACE=	yes
@


1.14
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d11 1
d21 1
a21 1
USE_AUTOTOOLS=	libtool:15
@


1.13
log
@change the libtool version to use from 1.3 to 1.5
@
text
@d20 1
a20 1
USE_LIBTOOL_VER=15
@


1.12
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d20 1
a20 1
USE_INC_LIBTOOL_VER=	13
@


1.11
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d21 1
a21 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.10
log
@Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
@
text
@d21 1
a21 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.9
log
@- Update MASTER_SITES and WWW: line

PR:		ports/67015
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d20 1
a20 1
USE_LIBTOOL_VER=	13
@


1.8
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.libgenome.org/releases/
@


1.7
log
@- Update to 0.5.2

PR:		58304
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d20 1
a20 1
USE_LIBTOOL=	yes
@


1.6
log
@Fix install and packaging list.

Reported by:	kris
@
text
@d10 1
a10 1
PORTVERSION=	0.5.1
d18 1
@


1.5
log
@Update to version 0.5.1.

PR:		48047
Submitted by:	Ports Fury
@
text
@d16 1
d30 1
a30 1
	${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}
@


1.4
log
@Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:	me
Approved by:		pat
@
text
@d10 1
a10 2
PORTVERSION=	0.5.0
PORTREVISION=	1
d19 1
a19 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
d23 1
a23 1
	@@${REINPLACE_CMD} -e 's|-O3|@@CXXFLAGS@@|g' ${WRKSRC}/src/Makefile.in
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Toolkit for developing bioinformatic related software in C++

@


1.2
log
@- Support CXXFLAGS properly.
- Do not install .la file.

PR:		41732
Submitted by:	Ports Fury
@
text
@d18 2
@


1.1
log
@add libgenome 0.5.0
Toolkit for developing bioinformatic related software in C++
@
text
@d11 1
d18 1
d20 1
d23 4
a27 1
post-install:
d29 3
a31 1
	${CP} -R ${WRKSRC}/doc/html/* ${DOCSDIR}
@

