diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 04:34:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 04:34:48 +0800 |
commit | 6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (patch) | |
tree | 81f3a8c4095040ea7f5dc4fabf06780b4abd2111 /deskutils/gnochm/Makefile | |
parent | 3f2d648b714133754d45834582aebaf05cef4600 (diff) | |
download | marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.gz marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.bz2 marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.lz marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.xz marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.zst marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnochm/Makefile')
-rw-r--r-- | deskutils/gnochm/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile new file mode 100644 index 000000000..30e011d4a --- /dev/null +++ b/deskutils/gnochm/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gnochm +# Date created: 25 November 2004 +# Whom: Radek Kozlowski <radek@raadradd.com> +# +# $FreeBSD$ +# + +PORTNAME= gnochm +PORTVERSION= 0.9.9 +PORTREVISION= 2 +CATEGORIES= deskutils python gnome +MASTER_SITES= SF + +MAINTAINER= radek@raadradd.com +COMMENT= A GNOME viewer for CHM files + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras +GNU_CONFIGURE= yes +USE_PYTHON= 2.2+ +USE_X_PREFIX= yes +USE_GETTEXT= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gnochm.schemas +INSTALLS_OMF= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in + +.include <bsd.port.mk> |