diff options
author | adamw <adamw@FreeBSD.org> | 2003-05-18 17:56:57 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-05-18 17:56:57 +0000 |
commit | 99e0e380c2e8939faa551575503dcf96bd5941ca (patch) | |
tree | 513f4f8ff755eb40807b53f9748a45b23672cca0 /graphics | |
parent | 5c6ae19c6da28e22c064b3dff253110af5f315b7 (diff) | |
download | FreeBSD-ports-99e0e380c2e8939faa551575503dcf96bd5941ca.zip FreeBSD-ports-99e0e380c2e8939faa551575503dcf96bd5941ca.tar.gz |
Update to 0.0.5.
PR: ports/52308
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evolvotron/Makefile | 10 | ||||
-rw-r--r-- | graphics/evolvotron/distinfo | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 035abd0..8e9d5a0 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 diff --git a/graphics/evolvotron/distinfo b/graphics/evolvotron/distinfo index f40ab10..a9bd1ef 100644 --- a/graphics/evolvotron/distinfo +++ b/graphics/evolvotron/distinfo @@ -1 +1 @@ -MD5 (evolvotron-0.0.4.tar.gz) = 96444c348abfb6e680697f6cbf5ad98e +MD5 (evolvotron-0.0.5.tar.gz) = ee20e4bea2742202f336316bcfbba702 |