diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 13:43:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 13:43:43 +0000 |
commit | 42c64d81e3156f7c79ea3931340c1902aa8dd02b (patch) | |
tree | c57cb4590055dfc8aab8a07b6a989dddb4293dee /deskutils | |
parent | 5f278719a9442266daf8b06484423dd17d809cf9 (diff) | |
download | ports-42c64d81e3156f7c79ea3931340c1902aa8dd02b.tar.gz ports-42c64d81e3156f7c79ea3931340c1902aa8dd02b.zip |
Notes
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 aef721bd8c86..94f07674506b 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 d8a169ff7eb2..608ff0750b2b 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 e260ac1ad835..a98862896b3b 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 |