diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-07 07:01:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-07 07:01:08 +0000 |
commit | c0a1c435a68a72f26ff1c649352dc1f2a27087bb (patch) | |
tree | 378fb9c7fca030d5f88ca76a92eac8759eb7528f /graphics/landscape | |
parent | 020e1848e42228528771c42404442f28a1031f46 (diff) | |
download | ports-c0a1c435a68a72f26ff1c649352dc1f2a27087bb.tar.gz ports-c0a1c435a68a72f26ff1c649352dc1f2a27087bb.zip |
Notes
Diffstat (limited to 'graphics/landscape')
-rw-r--r-- | graphics/landscape/Makefile | 23 | ||||
-rw-r--r-- | graphics/landscape/distinfo | 2 | ||||
-rw-r--r-- | graphics/landscape/files/patch-aa | 19 | ||||
-rw-r--r-- | graphics/landscape/files/patch-widget_main.ui | 11 |
4 files changed, 20 insertions, 35 deletions
diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile index 7953d49bb22c..a1b8e7629b5e 100644 --- a/graphics/landscape/Makefile +++ b/graphics/landscape/Makefile @@ -6,29 +6,22 @@ # PORTNAME= landscape -PORTVERSION= 0.5.1 -PORTREVISION= 2 -CATEGORIES= graphics kde -MASTER_SITES= http://www.dookie.demon.co.uk/ +PORTVERSION= 0.6 +CATEGORIES= graphics kde +MASTER_SITES= http://www.witchspace.com/files/ MAINTAINER= jon@witchspace.com -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth - USE_MESA= yes USE_KDELIBS_VER= 3 +QTDIR?= ${X11BASE} +MAKE_ENV= QTDIR="${QTDIR}" -BROKEN= "Author is working on new version. Coming soon." - -post-patch: - ${PERL} -pi.orig -e \ - 's,/usr/local,${LOCALBASE},g; \ - s,/usr/X11R6,${X11BASE},g' ${WRKSRC}/makefile +pre-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ + -spec ${X11BASE}/mkspecs/freebsd-g++ landscape.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin -post-install: - strip ${PREFIX}/bin/landscape - .include <bsd.port.mk> diff --git a/graphics/landscape/distinfo b/graphics/landscape/distinfo index c9d705fcc16b..09cfd21b2af9 100644 --- a/graphics/landscape/distinfo +++ b/graphics/landscape/distinfo @@ -1 +1 @@ -MD5 (landscape-0.5.1.tar.gz) = 948510f4f00aed0e151107d216787709 +MD5 (landscape-0.6.tar.gz) = d2a460acc4833994d42a3f3073313a48 diff --git a/graphics/landscape/files/patch-aa b/graphics/landscape/files/patch-aa deleted file mode 100644 index a36bdf4f95eb..000000000000 --- a/graphics/landscape/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile.orig Fri Jun 8 03:52:18 2001 -+++ makefile Tue Sep 4 08:28:49 2001 -@@ -7,13 +7,13 @@ - ARCH = freebsd - #ARCH = solaris - --INCLUDEPATH.freebsd = -I/usr/local/include/ -I. -Iutil -Iprefs -Irenderer \ -+INCLUDEPATH.freebsd = `pthread-config --cflags` -I/usr/local/include/ -I. -Iutil -Iprefs -Irenderer \ - -Iwindows -Iwindows/unix -Ifractal -Itexture -Imain/unix -Imath \ - -I/usr/X11R6/include/qt2 -I/usr/X11R6/include - INCLUDEPATH.solaris = -I. -I/usr/local/include/qt2 --LIBRARYPATH = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/compat/linux/lib/ -+LIBRARYPATH = `pthread-config --ldflags` -L/usr/local/lib -L/usr/X11R6/lib - --CC = gcc -+#CC = gcc - CPP = gcc - RM = rm -f - MOC = moc2 diff --git a/graphics/landscape/files/patch-widget_main.ui b/graphics/landscape/files/patch-widget_main.ui new file mode 100644 index 000000000000..7c20c8a9632c --- /dev/null +++ b/graphics/landscape/files/patch-widget_main.ui @@ -0,0 +1,11 @@ +--- windows/unix/widget_main.ui.orig Tue Jan 7 05:17:48 2003 ++++ windows/unix/widget_main.ui Tue Jan 7 05:19:02 2003 +@@ -552,7 +552,7 @@ + <customwidgets> + <customwidget> + <class>mouse_bm_view</class> +- <header location="global">/home/jon/projects/landscape/windows/unix/mouse_bm_view.h</header> ++ <header location="local">mouse_bm_view.h</header> + <sizehint> + <width>-1</width> + <height>-1</height> |