diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-30 21:43:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-30 21:43:43 +0800 |
commit | 4917b4da17f5bfd41bfddeac8432f7cd89e9f3c8 (patch) | |
tree | 535ab51b64fbae80b19f72960ec9cb8f1ee2e689 /deskutils | |
parent | 1e06ba930b3b244bd7e71f0ba34a9c8fa52abe6e (diff) | |
download | freebsd-ports-graphics-4917b4da17f5bfd41bfddeac8432f7cd89e9f3c8.tar.gz freebsd-ports-graphics-4917b4da17f5bfd41bfddeac8432f7cd89e9f3c8.tar.zst freebsd-ports-graphics-4917b4da17f5bfd41bfddeac8432f7cd89e9f3c8.zip |
- Update to 1.0.1
PR: 124038
Submitted by: Ports Fury
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 23 | ||||
-rw-r--r-- | deskutils/chmsee/distinfo | 6 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-plist | 22 |
3 files changed, 22 insertions, 29 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index aef721bd8c8..94f07674506 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -6,33 +6,26 @@ # PORTNAME= chmsee -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= deskutils gnome MASTER_SITES= http://download.gro.clinux.org/chmsee/ MAINTAINER= ports@FreeBSD.org COMMENT= A viewer for Microsoft Help "CHM" files -MAN1= chmsee.1 -MANCOMPRESSED= no - -LIB_DEPENDS+= chm.0:${PORTSDIR}/misc/chmlib \ - gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3 +LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib -USE_GETTEXT= yes -USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome -USE_GECKO= mozilla firefox seamonkey +USE_GNOME= gnomehack gnomehier gnometarget libglade2 WANT_GNOME= yes -GNU_CONFIGURE= yes +USE_GECKO= firefox mozilla seamonkey +USE_GETTEXT= yes USE_GMAKE= yes -USE_LDCONFIG= yes - +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ - ${WRKSRC}/configure +MAN1= chmsee.1 .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" diff --git a/deskutils/chmsee/distinfo b/deskutils/chmsee/distinfo index d8a169ff7eb..608ff0750b2 100644 --- a/deskutils/chmsee/distinfo +++ b/deskutils/chmsee/distinfo @@ -1,3 +1,3 @@ -MD5 (chmsee-1.0.0.tar.gz) = 65fddfe20f4a1537e539998201a0ccfd -SHA256 (chmsee-1.0.0.tar.gz) = 8b53865c83a5cef302f92e9dc265a46fa9ae1bc2cfcb1e8e63d40784f28b2d7a -SIZE (chmsee-1.0.0.tar.gz) = 523446 +MD5 (chmsee-1.0.1.tar.gz) = 0ea3d439ab240f12bc0f35632bbe114d +SHA256 (chmsee-1.0.1.tar.gz) = 72e548e5d1304310bbc399d1873924505b44d2662bd5c6dd0168c096d6698389 +SIZE (chmsee-1.0.1.tar.gz) = 363548 diff --git a/deskutils/chmsee/pkg-plist b/deskutils/chmsee/pkg-plist index e260ac1ad83..a98862896b3 100644 --- a/deskutils/chmsee/pkg-plist +++ b/deskutils/chmsee/pkg-plist @@ -1,17 +1,17 @@ bin/chmsee share/applications/chmsee.desktop -share/chmsee/chmsee-splash.png -share/chmsee/chmsee.glade -share/chmsee/chmsee-icon.png -share/chmsee/book-open.png -share/chmsee/book-closed.png -share/chmsee/default-prefs.js -share/chmsee/helpdoc.png -share/chmsee/hide-pane.png -share/chmsee/show-pane.png +%%DATADIR%%/book-closed.png +%%DATADIR%%/book-open.png +%%DATADIR%%/chmsee-icon.png +%%DATADIR%%/chmsee-splash.png +%%DATADIR%%/chmsee.glade +%%DATADIR%%/default-prefs.js +%%DATADIR%%/helpdoc.png +%%DATADIR%%/hide-pane.png +%%DATADIR%%/show-pane.png +share/locale/zh_CN/LC_MESSAGES/chmsee.mo share/mime-info/chmsee.keys share/mime-info/chmsee.mime share/pixmaps/chmsee-icon.png -share/locale/zh_CN/LC_MESSAGES/chmsee.mo -@dirrm share/chmsee +@dirrm %%DATADIR%% @dirrmtry share/applications |