2003-04-17 18:03:35 +02:00
|
|
|
# New ports collection makefile for: evolvotron
|
|
|
|
# Date created: 16 Mar 2003
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2003-04-17 18:03:35 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= evolvotron
|
2010-02-18 19:24:18 +01:00
|
|
|
PORTVERSION= 0.6.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2003-04-17 18:03:35 +02:00
|
|
|
CATEGORIES= graphics
|
2007-08-18 21:50:29 +02:00
|
|
|
MASTER_SITES= SF
|
2003-04-17 18:03:35 +02:00
|
|
|
|
2012-12-04 21:39:22 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-17 18:03:35 +02:00
|
|
|
COMMENT= Generative software that evolves images/textures/patterns
|
|
|
|
|
2010-02-18 19:24:18 +01:00
|
|
|
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs
|
2004-02-26 21:59:36 +01:00
|
|
|
|
2003-05-18 19:56:57 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2003-04-17 18:03:35 +02:00
|
|
|
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= corelib gui moc_build qmake_build xml
|
2004-01-11 18:56:51 +01:00
|
|
|
USE_PYTHON= yes
|
2007-08-18 21:50:29 +02:00
|
|
|
USE_XORG= x11
|
2003-05-18 19:56:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-04-17 18:03:35 +02:00
|
|
|
|
2009-11-19 23:07:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2003-10-16 00:23:25 +02:00
|
|
|
|
2004-12-11 22:31:40 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-01-11 18:56:51 +01:00
|
|
|
post-patch:
|
2010-02-18 19:24:18 +01:00
|
|
|
${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/configure
|
|
|
|
${REINPLACE_CMD} -e 28d ${WRKSRC}/libevolvotron/platform_specific.h
|
|
|
|
${REINPLACE_CMD} -e 30d ${WRKSRC}/libevolvotron/platform_specific.h
|
2003-10-16 00:23:25 +02:00
|
|
|
|
2003-04-17 18:03:35 +02:00
|
|
|
do-install:
|
2004-01-11 18:56:51 +01:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron/evolvotron ${PREFIX}/bin
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron_mutate/evolvotron_mutate ${PREFIX}/bin
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron_render/evolvotron_render ${PREFIX}/bin
|
2010-02-18 19:24:18 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/libevolvotron/libevolvotron.a ${PREFIX}/lib
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/libfunction/libfunction.a ${PREFIX}/lib
|
2004-01-11 18:56:51 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR}
|
|
|
|
.endif
|
2003-04-17 18:03:35 +02:00
|
|
|
|
2004-12-11 22:31:40 +01:00
|
|
|
.include <bsd.port.post.mk>
|