diff options
Diffstat (limited to 'freebsd/applications/office/tellico/Makefile')
-rw-r--r-- | freebsd/applications/office/tellico/Makefile | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/freebsd/applications/office/tellico/Makefile b/freebsd/applications/office/tellico/Makefile new file mode 100644 index 000000000..8f597c35f --- /dev/null +++ b/freebsd/applications/office/tellico/Makefile @@ -0,0 +1,49 @@ +# -*-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> |