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/tellico/Makefile

50 lines
1.3 KiB

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../../trinity.port.mk>
PORTNAME= tellico-trinity
COMMENT= Collection manager for books, videos, music [Trinity]
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/core/tdepim \
${TDE_PREFIX}/lib/libkcddb.so:${PORTSDIR}/x11/trinity/core/tdemultimedia \
${TDE_PREFIX}/lib/libpoppler-tqt.so:${PORTSDIR}/x11/trinity/core/tdegraphics \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
BUILD_DEPENDS+= \
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
LIB_DEPENDS+=\
libbtparse.so:${PORTSDIR}/textproc/btparse \
libexempi.so:${PORTSDIR}/textproc/exempi \
libtag.so:${PORTSDIR}/audio/taglib \
libxml2.so:${PORTSDIR}/textproc/libxml2 \
libxslt.so:${PORTSDIR}/textproc/libxslt \
libyaz.so:${PORTSDIR}/net/yaz \
# 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
post-build: tde-cmake-check
do-install: tde-cmake-install
.include <bsd.port.mk>