You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/applications/office/tde-ebook-reader/Makefile

44 lines
1.1 KiB

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/office/tde-ebook-reader
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= tde-ebook-reader
COMMENT= eBook reader for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
libbz2.so:archivers/bzip2 \
libexpat.so:textproc/expat2 \
libfribidi.so:converters/fribidi \
libiconv.so:converters/iconv \
libsqlite3.so:databases/sqlite3 \
libunibreak.so:textproc/libunibreak \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>