86c01e9853
An Evolutionary Computation Framework
29 lines
650 B
Makefile
29 lines
650 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: beagle
|
|
# Date created: Jun 9, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= beagle
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Evolutionary Computation Framework
|
|
|
|
USE_GCC= 3.3
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-optimization
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-install:
|
|
@${FIND} ${PREFIX}/include/beagle ! -type d | \
|
|
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
|
@${FIND} ${PREFIX}/include/beagle -type d | ${SORT} -r | \
|
|
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|