From f5c193c6900c09588f824f8f4f5c6f73612d0156 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 17 Jan 2007 20:44:14 +0000 Subject: - Update to 20060817 PR: 108000 Submitted by: KATO Tsuguru --- graphics/xmorph/Makefile | 13 ++++++------- graphics/xmorph/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index d052f58c1aff..bc552817c5c3 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmorph -PORTVERSION= 2006.03.04 -PORTREVISION= 1 +PORTVERSION= 2006.08.17 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,10 +28,12 @@ USE_GCC= 3.4+ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --without-waili +CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \ + --mandir=${MANPREFIX}/man \ + --without-waili USE_LDCONFIG= yes -MAN1= xmorph.1 +MAN1= gtkmorph.1 xmorph.1 INFO= xmorph .include @@ -41,11 +42,9 @@ INFO= xmorph CFLAGS+= -Dround=rint .endif -# XXX Seems that gtkmorph.1 is always installed -MAN1+= gtkmorph.1 .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 -CONFIGURE_ARGS+= --with-gtk2 +CONFIGURE_ARGS+= --with-gtk=2 .else CONFIGURE_ARGS+= --without-gtkmorph .endif diff --git a/graphics/xmorph/distinfo b/graphics/xmorph/distinfo index 2a42276c7994..d3b41ec55312 100644 --- a/graphics/xmorph/distinfo +++ b/graphics/xmorph/distinfo @@ -1,3 +1,3 @@ -MD5 (xmorph_20060304.tar.gz) = 3015ab664658c81430036b8dac8be554 -SHA256 (xmorph_20060304.tar.gz) = 45b8897fe5906a251be0ff89b1975862abbfadffa194f5d45ee7a2ae1f1fbf42 -SIZE (xmorph_20060304.tar.gz) = 1548516 +MD5 (xmorph_20060817.tar.gz) = b4128d90c458be6d2fca9fc6045b6ddb +SHA256 (xmorph_20060817.tar.gz) = 4aa3d2668852faf29ccedefbb78087bbe2e243d20ebe8248bffc9e7386c4dc11 +SIZE (xmorph_20060817.tar.gz) = 1564280 -- cgit