1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/open-beagle/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

29 lines
553 B
Makefile

# ex:ts=8
# Ports collection makefile for: beagle
# Date created: Jun 9, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= open-beagle
PORTVERSION= 3.0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= beagle
DISTNAME= beagle-${PORTVERSION}
MAINTAINER= sf@slappy.org
COMMENT= An Evolutionary Computation Framework
CONFLICTS= beagle-[0-9]*
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-optimization
USE_LDCONFIG= yes
USE_GMAKE= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>