diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-18 17:56:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-18 17:56:57 +0000 |
commit | 4464a178b6a13913b3c2234b35bcad10ea1cd790 (patch) | |
tree | 9b8c72e9a35d18078af729f988a2e36de21ad9b1 /graphics/evolvotron/Makefile | |
parent | Convert to new GNOME infrastructure which should fix the build. (diff) |
Update to 0.0.5.
PR: ports/52308
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r-- | graphics/evolvotron/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 035abd098708..8e9d5a050937 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= evolvotron -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,21 +13,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dyeske@yahoo.com COMMENT= Generative software that evolves images/textures/patterns -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${PORTNAME} QTDIR?= ${X11BASE} USE_QT_VER= 3 USE_X_PREFIX= yes USE_REINPLACE= yes +GNU_CONFIGURE= yes MAKE_ENV= QTDIR="${QTDIR}" -do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ - -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ \ - evolvotron.pro - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron ${PREFIX}/bin |