Index: head/deskutils/treeline/pkg-install =================================================================== --- head/deskutils/treeline/pkg-install (revision 416213) +++ head/deskutils/treeline/pkg-install (nonexistent) @@ -1,5 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" ]; then - mkdir -p ${PKG_PREFIX}/lib/treeline/plugins -fi Property changes on: head/deskutils/treeline/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/treeline/Makefile =================================================================== --- head/deskutils/treeline/Makefile (revision 416213) +++ head/deskutils/treeline/Makefile (revision 416214) @@ -1,48 +1,48 @@ # Created by: Tobias Roth # $FreeBSD$ PORTNAME= treeline PORTVERSION= 1.4.1 PORTREVISION= 9 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/:treeline \ http://treeline.bellz.org/plugins/:plugins \ http://depot.fsck.ch/mirror/distfiles/:treeline,plugins DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= pawel@FreeBSD.org COMMENT= Structured information storage program LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/LICENSE BUILD_DEPENDS= aspell:textproc/aspell -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:net/py-qt4-network \ - aspell:textproc/aspell +RUN_DEPENDS= aspell:textproc/aspell -WRKSRC= ${WRKDIR}/TreeLine -USE_QT4= # empty -USES= python:2 +USES= python:2 pyqt:4 +USE_PYQT= gui network sip_build NO_BUILD= yes NO_ARCH= yes + +WRKSRC= ${WRKDIR}/TreeLine DESKTOP_ENTRIES= "TreeLine" "" "${DATADIR}/icons/tree/treeline.png" \ "${PORTNAME}" "Utility;" false OPTIONS_DEFINE= DOCS HTTPLOAD OPTIONS_SUB= yes HTTPLOAD_DESC= httpLoad plugin HTTPLOAD_DISTFILES= httpload2.py:plugins do-install: (cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${STAGEDIR} -p ${PREFIX} \ -d ${DOCSDIR} -i ${DATADIR}/icons) @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins do-install-HTTPLOAD-on: ${INSTALL_DATA} ${DISTDIR}/httpload2.py \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins .include