1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/sigil/Makefile
Baptiste Daroussin 4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00

30 lines
745 B
Makefile

# Created by: Jonathan Chen <jonc@chen.org.nz>
# $FreeBSD$
PORTNAME= sigil
PORTVERSION= 0.6.0
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
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
USE_ZIP= yes
USES= cmake desktop-file-utils pkgconfig
NO_WRKSUBDIR= yes
USE_QT4= qmake gui svg webkit xml moc uic rcc imageformats linguist
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>