2004-06-09 08:52:06 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: beagle
|
|
|
|
# Date created: Jun 9, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-02 08:07:31 +02:00
|
|
|
PORTNAME= open-beagle
|
2005-09-16 21:15:58 +02:00
|
|
|
PORTVERSION= 2.2.0
|
2004-06-09 08:52:06 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2005-10-02 08:07:31 +02:00
|
|
|
MASTER_SITE_SUBDIR= beagle
|
|
|
|
DISTNAME= beagle-${PORTVERSION}
|
2004-06-09 08:52:06 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= An Evolutionary Computation Framework
|
|
|
|
|
2005-10-02 08:07:31 +02:00
|
|
|
CONFLICTS= beagle-[0-9]*
|
2005-09-16 21:15:58 +02:00
|
|
|
USE_GCC= 3.3+
|
2004-06-09 08:52:06 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-optimization
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-10-21 04:56:24 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
|
2004-06-09 08:52:06 +02:00
|
|
|
.include <bsd.port.mk>
|