diff options
author | thierry <thierry@FreeBSD.org> | 2007-03-07 05:37:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-03-07 05:37:11 +0800 |
commit | f99330fc91750006c3f69a28b631460c47cdcc29 (patch) | |
tree | 3994404262c9f660bc97f07b0ce0e70e803674e7 /deskutils/pinot/Makefile | |
parent | ba6b09f08926e5130401b9f70ad4b1c948ee3025 (diff) | |
download | freebsd-ports-gnome-f99330fc91750006c3f69a28b631460c47cdcc29.tar.gz freebsd-ports-gnome-f99330fc91750006c3f69a28b631460c47cdcc29.tar.zst freebsd-ports-gnome-f99330fc91750006c3f69a28b631460c47cdcc29.zip |
Upgrade to 0.70.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_0/NEWS?op=file&rev=0&sc=0>
Diffstat (limited to 'deskutils/pinot/Makefile')
-rw-r--r-- | deskutils/pinot/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index c4b0c77c54ac..5b6c65efec15 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= pinot -PORTVERSION= 0.65 +PORTVERSION= 0.70 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} # http://www.chez.com/colinf/pinot/ \ @@ -27,6 +27,7 @@ LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \ curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ antiword:${PORTSDIR}/textproc/antiword \ + xdg-open:${PORTSDIR}/devel/xdg-utils \ pdftotext:${PORTSDIR}/graphics/xpdf \ unzip:${PORTSDIR}/archivers/unzip \ unrtf:${PORTSDIR}/textproc/unrtf @@ -45,9 +46,17 @@ USE_GETTEXT= yes USE_XLIB= yes USE_SQLITE= 3 USE_PYTHON= yes +USE_LDCONFIG= ${PREFIX}/lib/pinot/filters + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug=yes +.endif INSTALLS_ICONS= yes +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + MAN1= pinot-collect.1 pinot-dbus-daemon.1 pinot-index.1 \ pinot-search.1 pinot.1 @@ -75,5 +84,8 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif + @${ECHO_MSG} + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include <bsd.port.mk> |