blob: b33a94b9f8c835c187e15319caf0a3e68e8903fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: evolvotron
# Date created: 16 Mar 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
PORTNAME= evolvotron
PORTVERSION= 0.0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dyeske@yahoo.com
COMMENT= Generative software that evolves images/textures/patterns
WRKSRC= ${WRKDIR}/${PORTNAME}
QTDIR?= ${X11BASE}
USE_QT_VER= 3
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAKE_ENV= QTDIR="${QTDIR}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron ${PREFIX}/bin
.include <bsd.port.post.mk>
|