aboutsummaryrefslogtreecommitdiff
path: root/graphics/quat-gui/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:04 +0000
commit63d631953c3529cad2b99db1938953b809cc679c (patch)
treef86135ab60739fc1bddf22d5db4a2c82075f38aa /graphics/quat-gui/Makefile
parent3d3eba2ce5b0e0981108d65542efa5cb88d2c767 (diff)
downloadports-63d631953c3529cad2b99db1938953b809cc679c.tar.gz
ports-63d631953c3529cad2b99db1938953b809cc679c.zip
Unbreak.
PR: 208714 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=413131
Diffstat (limited to 'graphics/quat-gui/Makefile')
-rw-r--r--graphics/quat-gui/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile
index e73e701cf3c3..5a035dd2c6f2 100644
--- a/graphics/quat-gui/Makefile
+++ b/graphics/quat-gui/Makefile
@@ -5,14 +5,12 @@ PORTNAME= quat
PORTVERSION= 1.20
PORTREVISION= 14
CATEGORIES= graphics
-#MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/
-MASTER_SITES= http://www.sourcefiles.org/Graphics/Fractals/
+MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/
PKGNAMESUFFIX= -gui
MAINTAINER= ports@FreeBSD.org
COMMENT= Three-dimensional fractal creator (X11 GUI)
-BROKEN= unfetchable
LICENSE= GPLv2+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
@@ -35,11 +33,7 @@ PLIST_FILES= bin/quat
DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" ""
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+= -O3 -ffast-math
-.endif
+OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math
post-patch:
@${REINPLACE_CMD} -E -e \
@@ -62,7 +56,7 @@ post-patch:
's|@PACKAGE@|${PKGBASE}|' \
${WRKSRC}/doc/Makefile.in
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})