1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/fractorama/files/patch-src::Makefile
Ying-Chieh Liao 064d6c61a5 add fractorama
Fractal generation program
2001-04-15 11:15:27 +00:00

22 lines
605 B
Plaintext

--- Makefile.orig Mon Apr 9 02:33:36 2001
+++ Makefile Sun Apr 15 16:25:40 2001
@@ -89,7 +89,7 @@
endif
QTROOT := ${UNIX_QTROOT}
- PLATFORM_LIBS := -L${QTROOT}/lib -lqt
+ PLATFORM_LIBS := ${QTCFGLIBS} -lqt2
CPP := g++
WARN := -W -Wall
LINK := ${CPP} -o ${EXE}
@@ -112,8 +113,7 @@
LIBS := ${FRACT_LIBS} ${PLATFORM_LIBS}
OUT := ${OUT1}${OUT2}
-MOC := ${QTROOT}/bin/moc
-INCLUDE := -I${QTROOT}/include \
+INCLUDE := ${QTCPPFLAGS} \
-Ilib/fractal \
-Ilib/tiff \
-Ilib/persist \