aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gqview/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-18 08:24:31 +0800
committermharo <mharo@FreeBSD.org>2000-04-18 08:24:31 +0800
commit245445bf89a8b9382f0eefd94c464510afcbaa2a (patch)
tree12181bcdf51a9e7b7e848d9cb657a67e7c3b9704 /graphics/gqview/Makefile
parente0d1df17e7faceefbc67489bec63d9b4c7b6acb5 (diff)
downloadfreebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.tar.gz
freebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.tar.zst
freebsd-ports-gnome-245445bf89a8b9382f0eefd94c464510afcbaa2a.zip
update graphics/gqview to 0.8.0
PR: 18050 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r--graphics/gqview/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 225827d0008c..193174b50a35 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -6,24 +6,22 @@
#
PORTNAME= gqview
-PORTVERSION= 0.7.0
+PORTVERSION= 0.8.0
CATEGORIES= graphics
-MASTER_SITES= http://gqview.netpedia.net/ \
- http://www.geocities.com/SiliconValley/Haven/5235/
-DISTNAME= ${PKGNAME}.src
+MASTER_SITES= http://download.sourceforge.net/gqview/
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
-ALL_TARGET= gqview
-MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --without-gnome --disable-imlibtest --disable-gtktest
post-install:
.if !defined(NOPORTDOCS)