diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-10-02 14:07:31 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-10-02 14:07:31 +0800 |
commit | 936fd876f7118f157739997eeeac73e32b76a728 (patch) | |
tree | a6c8cf3202ca0fabbef3590f6f855044782b3c84 /devel/open-beagle | |
parent | 589927a40a4d2821df811bc0a59860aef8d8c5d9 (diff) | |
download | freebsd-ports-gnome-936fd876f7118f157739997eeeac73e32b76a728.tar.gz freebsd-ports-gnome-936fd876f7118f157739997eeeac73e32b76a728.tar.zst freebsd-ports-gnome-936fd876f7118f157739997eeeac73e32b76a728.zip |
-devel/beagle has been repo-copied to devel/open-beagle to reflect the
project's name.
Approved by: ahze (mentor)
Repo-copy: marcus
Diffstat (limited to 'devel/open-beagle')
-rw-r--r-- | devel/open-beagle/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile index e19f707ad9fc..9379bcdd438c 100644 --- a/devel/open-beagle/Makefile +++ b/devel/open-beagle/Makefile @@ -6,15 +6,17 @@ # $FreeBSD$ # -PORTNAME= beagle +PORTNAME= open-beagle PORTVERSION= 2.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= beagle +DISTNAME= beagle-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An Evolutionary Computation Framework +CONFLICTS= beagle-[0-9]* USE_GCC= 3.3+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-optimization |