diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-18 04:44:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-18 04:44:14 +0800 |
commit | f5c193c6900c09588f824f8f4f5c6f73612d0156 (patch) | |
tree | 600d54cf0266b24e618ded6bd84787d5af40a91a | |
parent | daea136a9c53e67365315b51c76537243a2d31e2 (diff) | |
download | freebsd-ports-gnome-f5c193c6900c09588f824f8f4f5c6f73612d0156.tar.gz freebsd-ports-gnome-f5c193c6900c09588f824f8f4f5c6f73612d0156.tar.zst freebsd-ports-gnome-f5c193c6900c09588f824f8f4f5c6f73612d0156.zip |
- Update to 20060817
PR: 108000
Submitted by: KATO Tsuguru
-rw-r--r-- | graphics/xmorph/Makefile | 13 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> @@ -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 |