diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-12 17:51:35 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-12 17:51:35 +0000 |
commit | 4f1b0f1cdb5561a0abaf582179013207b095d197 (patch) | |
tree | d7e4ad05a8f703f769a4ba1d83b6235c71e492d0 /deskutils | |
parent | 9e4b93c9375b219138967face3385b98380ac0bc (diff) | |
download | FreeBSD-ports-4f1b0f1cdb5561a0abaf582179013207b095d197.zip FreeBSD-ports-4f1b0f1cdb5561a0abaf582179013207b095d197.tar.gz |
A viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and
gtk2.
WWW: http://chmsee.gro.clinux.org/
PR: ports/98853
Submitted by: Liu.Yinghong <liu_yinghong@yahoo.com.cn>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/chmsee/Makefile | 29 | ||||
-rw-r--r-- | deskutils/chmsee/distinfo | 3 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-plist | 12 |
5 files changed, 49 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c1a9fdc..1d0a103 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -19,6 +19,7 @@ SUBDIR += cal SUBDIR += calcurse SUBDIR += checkrdf + SUBDIR += chmsee SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deskbar-applet diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile new file mode 100644 index 0000000..4758585 --- /dev/null +++ b/deskutils/chmsee/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: chmsee +# Date created: 10 June 2006 +# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn> +# +# $FreeBSD$ +# + +PORTNAME= chmsee +PORTVERSION= 0.9.6 +CATEGORIES= deskutils gnome +MASTER_SITES= http://chmsee.gro.clinux.org/ + +MAINTAINER= liu_yinghong@yahoo.com.cn +COMMENT= A viewer for Microsoft Help "CHM" files + +LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib + +USE_GETTEXT= yes +USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome gtkhtml3 +WANT_GNOME= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_BZIP2= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/deskutils/chmsee/distinfo b/deskutils/chmsee/distinfo new file mode 100644 index 0000000..f508aad --- /dev/null +++ b/deskutils/chmsee/distinfo @@ -0,0 +1,3 @@ +MD5 (chmsee-0.9.6.tar.bz2) = 4d4583622b0073bf5a6ed2771c226d7f +SHA256 (chmsee-0.9.6.tar.bz2) = 631da20bc3db0063a33d4717609730840f4307999e839191cde3f2e38bf68599 +SIZE (chmsee-0.9.6.tar.bz2) = 338636 diff --git a/deskutils/chmsee/pkg-descr b/deskutils/chmsee/pkg-descr new file mode 100644 index 0000000..03c4d62 --- /dev/null +++ b/deskutils/chmsee/pkg-descr @@ -0,0 +1,4 @@ +A viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and +gtk2. + +WWW: http://chmsee.gro.clinux.org/ diff --git a/deskutils/chmsee/pkg-plist b/deskutils/chmsee/pkg-plist new file mode 100644 index 0000000..0700d5a --- /dev/null +++ b/deskutils/chmsee/pkg-plist @@ -0,0 +1,12 @@ +bin/chmsee +share/gnome/applications/chmsee.desktop +share/gnome/chmsee/chmsee-splash.png +share/gnome/chmsee/chmsee.glade +share/gnome/chmsee/chmsee.html +share/gnome/chmsee/chmsee.png +share/gnome/mime-info/chmsee.keys +share/gnome/mime-info/chmsee.mime +share/gnome/pixmaps/chmsee.png +share/locale/zh_CN/LC_MESSAGES/chmsee.mo +@dirrm share/gnome/chmsee +@dirrmtry share/gnome/applications |