diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 31 | ||||
-rw-r--r-- | deskutils/chmsee/distinfo | 3 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/chmsee/pkg-plist | 12 |
4 files changed, 50 insertions, 0 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile new file mode 100644 index 000000000..c77a7fc2a --- /dev/null +++ b/deskutils/chmsee/Makefile @@ -0,0 +1,31 @@ +# 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 +PORTREVISION= 2 +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 \ + libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 + +USE_GETTEXT= yes +USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome +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 000000000..f508aada6 --- /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 000000000..03c4d6284 --- /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 000000000..e8facbfb2 --- /dev/null +++ b/deskutils/chmsee/pkg-plist @@ -0,0 +1,12 @@ +bin/chmsee +share/applications/chmsee.desktop +share/chmsee/chmsee-splash.png +share/chmsee/chmsee.glade +share/chmsee/chmsee.html +share/chmsee/chmsee.png +share/mime-info/chmsee.keys +share/mime-info/chmsee.mime +share/pixmaps/chmsee.png +share/locale/zh_CN/LC_MESSAGES/chmsee.mo +@dirrm share/chmsee +@dirrmtry share/applications |