diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 13:57:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 13:57:23 +0000 |
commit | 6a2e831b5894b4c5dc1459f2b9a22bb9abea7f0d (patch) | |
tree | 2bc9ed11d55d09948c430957ceb261d04818dc65 /deskutils/gnochm | |
parent | 314f99714cd0b25f357e1af7a8154cd8a16a1ab9 (diff) | |
download | ports-6a2e831b5894b4c5dc1459f2b9a22bb9abea7f0d.tar.gz ports-6a2e831b5894b4c5dc1459f2b9a22bb9abea7f0d.zip |
Notes
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r-- | deskutils/gnochm/Makefile | 14 | ||||
-rw-r--r-- | deskutils/gnochm/distinfo | 6 | ||||
-rw-r--r-- | deskutils/gnochm/pkg-plist | 3 |
3 files changed, 13 insertions, 10 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index 9b222e478525..0b7050b6af9d 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: gnochm -# Date created: 25 November 2004 -# Whom: Radek Kozlowski <radek@raadradd.com> +# Date created: 25 November 2004 +# Whom: Radek Kozlowski <radek@raadradd.com> # # $FreeBSD$ # PORTNAME= gnochm -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.7 CATEGORIES= deskutils python gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +15,14 @@ MAINTAINER= radek@raadradd.com COMMENT= A GNOME viewer for CHM files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm +RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomeextras +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes -USE_PYTHON= yes +USE_PYTHON= 2.2+ USE_X_PREFIX= yes +USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnochm/distinfo b/deskutils/gnochm/distinfo index 387dd9f1469e..9977826fc675 100644 --- a/deskutils/gnochm/distinfo +++ b/deskutils/gnochm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnochm-0.9.5.tar.gz) = 3acf586f7dbaa971f57f6f93f24eb131 -SHA256 (gnochm-0.9.5.tar.gz) = 52f522eb46a1c6f7f1c3342bab252c765b4a3f83637ae7a39f215ce93280c5bb -SIZE (gnochm-0.9.5.tar.gz) = 311337 +MD5 (gnochm-0.9.7.tar.gz) = 799cd06cc44f2380266b2172277ce217 +SHA256 (gnochm-0.9.7.tar.gz) = 92cba228f6a902c5572874129527d85fd4c3d043dbf7a0676b0363c4e75e3aab +SIZE (gnochm-0.9.7.tar.gz) = 360182 diff --git a/deskutils/gnochm/pkg-plist b/deskutils/gnochm/pkg-plist index 881398249b5f..fd856ead39a3 100644 --- a/deskutils/gnochm/pkg-plist +++ b/deskutils/gnochm/pkg-plist @@ -14,10 +14,13 @@ share/gnome/pixmaps/gnochm_logo.png share/locale/cs/LC_MESSAGES/gnochm.mo share/locale/de/LC_MESSAGES/gnochm.mo share/locale/it/LC_MESSAGES/gnochm.mo +share/locale/ja/LC_MESSAGES/gnochm.mo +share/locale/pl/LC_MESSAGES/gnochm.mo share/locale/pt_BR/LC_MESSAGES/gnochm.mo share/locale/ru/LC_MESSAGES/gnochm.mo share/locale/tr/LC_MESSAGES/gnochm.mo share/locale/zh_CN/LC_MESSAGES/gnochm.mo +share/locale/zh_TW/LC_MESSAGES/gnochm.mo share/mime/application/x-chm.xml share/mime/packages/gnochm.xml @dirrm share/gnome/omf/gnochm |