mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
graphics/fraqtive:
- Update to 0.4.8 - Simplify port by using directly qmake instead of wrapper configure script
This commit is contained in:
parent
e48227ea05
commit
be81a8a52b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382899
2 changed files with 7 additions and 18 deletions
|
@ -2,31 +2,20 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= fraqtive
|
PORTNAME= fraqtive
|
||||||
PORTVERSION= 0.4.6
|
PORTVERSION= 0.4.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/
|
MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= makc@FreeBSD.org
|
MAINTAINER= makc@FreeBSD.org
|
||||||
COMMENT= Draws Mandelbrot and Julia fractals
|
COMMENT= Draws Mandelbrot and Julia fractals
|
||||||
|
|
||||||
USES= tar:bzip2
|
USES= qmake tar:bzip2
|
||||||
USE_QT4= gui opengl xml qmake_build uic_build moc_build rcc_build
|
USE_QT4= gui opengl xml uic_build moc_build rcc_build
|
||||||
QT_NONSTANDARD= yes
|
|
||||||
USE_GL= glu
|
USE_GL= glu
|
||||||
HAS_CONFIGURE= yes
|
|
||||||
CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" \
|
|
||||||
QMAKE_CFLAGS="${CFLAGS}"
|
|
||||||
CONFIGURE_ARGS= -prefix ${PREFIX} -qmake ${QMAKE}
|
|
||||||
DESTDIRNAME= INSTALL_ROOT
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= SSE2
|
OPTIONS_DEFINE= SSE2
|
||||||
SSE2_DESC= Enable SSE2 optimization
|
SSE2_DESC= Enable SSE2 optimization
|
||||||
SSE2_CONFIGURE_OFF= -no-sse2
|
SSE2_QMAKE_ON= CONFIG+=sse2
|
||||||
|
SSE2_QMAKE_OFF= CONFIG+=no-sse2
|
||||||
STRIP_FILES= bin/fraqtive
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (fraqtive-0.4.6.tar.bz2) = 5b799a1da39de1e6aa28674e3c2a2359df630c42f9d9b3fa051dee0db4aace4c
|
SHA256 (fraqtive-0.4.8.tar.bz2) = dbb21b5e6305cbf02c27aaedb12c5125ac873600bce10d12e88b2305a2083cd7
|
||||||
SIZE (fraqtive-0.4.6.tar.bz2) = 202647
|
SIZE (fraqtive-0.4.8.tar.bz2) = 260484
|
||||||
|
|
Loading…
Add table
Reference in a new issue