1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/open-beagle/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

32 lines
892 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= open-beagle
PORTVERSION= 3.0.3
CATEGORIES= devel
MASTER_SITES= SF/beagle/beagle/${PORTVERSION}
DISTNAME= beagle-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Evolutionary Computation Framework
CONFLICTS= beagle-[0-9]*
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-optimization --with-zlib=/usr
USE_LDCONFIG= yes
USES= gmake
PACCVERSION= 1.3.1b
PLIST_SUB= PORTVERSION=${PORTVERSION} PACCVERSION=${PACCVERSION}
BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed
#unfortunately, some important sed statements rely on GNU sed behavior, and can't be
#easily changed to call GNU sed by means of the configure script
post-configure:
${FIND} -X ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \
's/sed /gsed /g'
@${REINPLACE_CMD} 's|push_back|this->push_back|' \
${WRKSRC}/beagle/include/beagle/RouletteT.hpp
.include <bsd.port.mk>