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

38 lines
842 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../../trinity.port.mk>
PORTNAME= basket-trinity
COMMENT= Multi-purpose note-taking application for Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= b/${PORTNAME}
PORTREVISION= 0
CATEGORIES= deskutils x11
DIST_SUBDIR= TDE/applications/office
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
${TDE_PREFIX}/lib/libkontact.so:${PORTSDIR}/x11/trinity/core/tdepim
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+=\
libgpgme.so:${PORTSDIR}/security/gpgme \
# 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>