aboutsummaryrefslogtreecommitdiff
path: root/textproc/sigil/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-18 17:56:47 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-18 17:56:47 +0000
commit679a9ba5d49d88448a3bdb0d4ec6fae3b92f0a3d (patch)
treefa8b4fdfc28ed4bdb8596da83935371815721fd7 /textproc/sigil/Makefile
parent96eb992d5452e59a1fbeab51eb0d00f3a8dd8846 (diff)
downloadports-679a9ba5d49d88448a3bdb0d4ec6fae3b92f0a3d.tar.gz
ports-679a9ba5d49d88448a3bdb0d4ec6fae3b92f0a3d.zip
Notes
Diffstat (limited to 'textproc/sigil/Makefile')
-rw-r--r--textproc/sigil/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile
index 1ba4223bd9ab..21280015264b 100644
--- a/textproc/sigil/Makefile
+++ b/textproc/sigil/Makefile
@@ -11,25 +11,19 @@ DISTNAME= Sigil-${PORTVERSION}-Code
MAINTAINER= jonc@chen.org.nz
COMMENT= WYSIWYG ePub editor
+LICENSE= GPLv3
+
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
libpcre.so:${PORTSDIR}/devel/pcre
-LICENSE= GPLv3
-
USE_ZIP= yes
-USES= cmake pkgconfig
-USE_DOS2UNIX= CMakeLists.txt DirEnumerator.cpp ZipFile_stl.cpp ZipPlatform_lnx.cpp
+USES= cmake desktop-file-utils pkgconfig
NO_WRKSUBDIR= yes
USE_QT4= qmake gui svg webkit xml moc uic rcc imageformats linguist
-USE_GNOME= desktopfileutils
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/CMakeLists.txt
-post-install:
- @-update-desktop-database > /dev/null
-
.include <bsd.port.mk>